This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-14
Channels
- # aleph (3)
- # beginners (25)
- # cider (12)
- # clojure (42)
- # clojure-canada (3)
- # clojure-nl (1)
- # clojure-russia (2)
- # clojure-spec (13)
- # clojure-uk (24)
- # clojurescript (23)
- # cloverage (1)
- # datomic (7)
- # figwheel-main (3)
- # jobs-discuss (14)
- # onyx (48)
- # parinfer (3)
- # re-frame (20)
- # reitit (28)
- # shadow-cljs (3)
- # testing (1)
- # vim (37)
@soulflyer Likely some REPL-type auto-detection problem.
@bozhidar anything I can do to help fix it? I'm currently using in-ns and require from the repl so it's not a show stopper.
@soulflyer See this ticket and the related commits/docs https://github.com/clojure-emacs/cider/issues/2332
I'm doing a cider-jack-in-clojurescript and selecting figwheel from the options offered
ah ha. Switching from cemerick/piggieback
to cider/piggieback
seems to have done the trick. 🙂