This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-20
Channels
- # beginners (49)
- # boot (139)
- # cider (10)
- # clojure (82)
- # clojure-belgium (59)
- # clojure-dusseldorf (5)
- # clojure-russia (11)
- # clojure-sanfrancisco (2)
- # clojure-uk (56)
- # clojurebridge (4)
- # clojurescript (138)
- # cursive (19)
- # datomic (8)
- # dirac (1)
- # editors (11)
- # emacs (18)
- # flambo (21)
- # hoplon (45)
- # jobs (1)
- # juxt (3)
- # keechma (1)
- # mount (43)
- # off-topic (2)
- # om (64)
- # om-next (1)
- # onyx (2)
- # other-languages (8)
- # re-frame (72)
- # reagent (99)
- # ring-swagger (7)
- # rum (3)
- # spacemacs (21)
- # specter (5)
- # untangled (42)
- # vim (4)
- # yada (7)
Sometimes when I work using tools.namespace I refresh/reload with the classic refresh
in the repl but I have an exception... Everything is ok, but the exception does not appear as popup as the others, it is there in the Repl with its huge stacktrace. Is it because it not thrown but printed to out/err?
Are you using emacs?
ahh... in the cider channel, I guess the answer is yes 🙂
sorrry, don't know the answer. I know the problem and always keep an eye on the repl for this reason.
yes this is weird because all the other exceptions are popped up
but this particular one (I am using mount for component management) doesn't
ah so that's the problem then
I am doing exactly that
i wonder if we can do something about it