This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-15
Channels
- # architecture (2)
- # beginners (16)
- # boot (2)
- # cider (4)
- # clara (6)
- # cljs-dev (78)
- # cljsrn (3)
- # clojure (158)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-dusseldorf (19)
- # clojure-italy (8)
- # clojure-russia (3)
- # clojure-spec (77)
- # clojure-uk (61)
- # clojurescript (341)
- # cursive (9)
- # data-science (12)
- # datomic (18)
- # emacs (9)
- # fulcro (109)
- # hoplon (10)
- # juxt (2)
- # leiningen (2)
- # lumo (31)
- # off-topic (1)
- # om (4)
- # onyx (40)
- # parinfer (17)
- # re-frame (36)
- # reagent (19)
- # spacemacs (10)
- # vim (60)
- # yada (20)
@cfleming shadow-cljs
's REPL is really promising for ClojureScript...I am going to try in the next few hours
the only thing is port detection, having to insert the port every time is a bit odd...I guess I could link .nrepl.port
to the shadow-cljs.port
file
linking to .node-repl
works fine, I reported my experience here: https://github.com/thheller/shadow-cljs/issues/83
Feature idea: (printf "foo: %s\n bar: %s\n" fo|o bar)
where |
is the cursor. Highlight matched %s
(and vice-versa)
When my Cursive REPL is supposed to print a string with a series of several “DESCRIPTOR (SOMETHNG)” in it, It displays the first line then <7 internal calls> I can click and expand to see the whole thing.. Anyone know why it is doing that?
Cursive doesn't seem to mark :source-paths
in :uberjar
profile as source roots? Only :dev
ones are marked properly. I can do it manually through Intellij Project Settings, but it gets reset whenever I refresh the Leiningen project. Any ideas?
@ghopper You can set the profiles that Cursive will use when syncing the project info in the Leiningen toolwindow - View->Tool Windows->Leiningen, then open the Profiles tree.
@fingertoe I’m not sure I understand - are you printing a stacktrace?