This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-18
Channels
- # announcements (2)
- # aws (3)
- # beginners (35)
- # boot (10)
- # cider (33)
- # cljs-dev (22)
- # clojure (58)
- # clojure-belgium (1)
- # clojure-europe (8)
- # clojure-houston (1)
- # clojure-italy (47)
- # clojure-nl (2)
- # clojure-spec (4)
- # clojure-uk (39)
- # clojurescript (12)
- # cursive (18)
- # data-science (1)
- # datomic (2)
- # emacs (24)
- # figwheel-main (29)
- # fulcro (24)
- # hoplon (14)
- # juxt (6)
- # kaocha (3)
- # nrepl (6)
- # off-topic (64)
- # om (1)
- # om-next (1)
- # pathom (21)
- # pedestal (18)
- # planck (40)
- # protorepl (1)
- # re-frame (15)
- # reagent (7)
- # reitit (16)
- # shadow-cljs (184)
- # spacemacs (4)
- # test-check (33)
@josh200 Are you using a clojure.main REPL for that? If so, colourisation and pretty printing unfortunately doesn’t work there, due to the way streaming REPLs work. I’m hoping to fix that soon as part of some REPL upgrades though.
@cfleming I am! Thank you for the info 🙂
Hmm that's weird. I'm getting a connection refused exception. Is there a way I can see the log/stacktraces before the REPL is up?
hi @cfleming. trace.cljc
is in re-frame, a dependency of the project. https://github.com/Day8/re-frame/blob/master/src/re_frame/trace.cljc#L5 sure enough it's requiring itself (i think to pull in cljs macros?).
@joshkh I’ll check that, but lots of people use re-frame, I’d be surprised if that didn’t work.
@cfleming wait you’re supporting streaming repls soon? does that mean socket server support?
@potetm Yes! The issue is how to make them a bit more full-featured - pure streaming REPLs are hard to do some useful things with, such as the pretty-printing and colorisation that Joshua wanted
I'm trying to create a "Clojure Application" run configuration but whenever I specify some alias under "Run with Deps", it gives me the "java.lang.Character cannot be cast to java.lang.String" error.
Cursive v1.8.1-eap2-2018.3
I get that same error when running a Clojure Application with Deps. Did you find any workaround?