This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-10
Channels
- # alda (28)
- # announcements (7)
- # beginners (79)
- # boot (62)
- # cider (11)
- # cljsjs (12)
- # cljsrn (8)
- # clojure (111)
- # clojure-art (2)
- # clojure-austin (5)
- # clojure-conj (3)
- # clojure-dev (54)
- # clojure-japan (12)
- # clojure-russia (30)
- # clojurescript (354)
- # clojurex (5)
- # cursive (9)
- # data-science (58)
- # datomic (19)
- # editors-rus (3)
- # emacs (7)
- # events (2)
- # hoplon (5)
- # ldnclj (6)
- # lein-figwheel (14)
- # luminus (1)
- # off-topic (10)
- # om (191)
- # onyx (59)
- # re-frame (30)
- # reagent (74)
- # robots (1)
- # yada (19)
is there a way to specify which build i want the default repl to connect to? i just added devcards to a project and it seems to be hijacking the repl regardless of how i order the builds
answering my own question above: (ra/cljs-repl "my-build-id")
@joshfrench: been out of the loop for a couple of days
@joshfrench: sorry for not seening this
no worries! just had to RTFM.
@bhauman: i found it here https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl
it’s mentioned in the cljs-repl
signature in the section where you demonstrate api-help
. so not explicitly mentioned, but it was enough of a clue to go on.
it did take some googling but the biggest hurdle is that i’m new enough that i wasn’t sure which part of the dev stack took the option i needed to pass.
things are getting much much better sooner than later in terms of a standard way of working but in the meantime we exist in this field of change
change is exciting thanks for all these wonderful tools!