cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Trung Dinh 2020-09-28T10:33:45.038700Z

hi, I’m trying reframe starting from this lein template https://github.com/day8/re-frame-template , after doing lein new re-frame acme +cider and try doing cider-jack-in-cljs , seems that shadow can’t pick the build name (:app) and I got cryptic error, any idea please?

Trung Dinh 2020-09-28T10:34:01.038900Z

Trung Dinh 2020-09-28T10:34:15.039300Z

Trung Dinh 2020-09-28T10:35:19.039700Z

2020-09-28T13:47:56.040100Z

Hi, found this relative issue here : https://github.com/day8/re-frame-template/issues/137

unbalanced 2020-09-28T16:54:31.058400Z

Does anyone know a trick for seeing what symbols are interned into REPL memory in a CIDER session?

afleck 2020-09-28T20:29:45.063300Z

is there a way to get the nrepl session id of the focused repl window? i've found cider-describe-nrepl-session but that asks you to choose among sessions. I just want to know the session used by the current repl window. 2 sessions pop up and if I send commands with one session id it affects the current repl, but if I send to the other it doesn't

afleck 2020-09-29T12:47:52.065Z

I'm looking specifically for the nrepl session ID. sesman doesn't do that as far as I can tell

bozhidar 2020-09-30T06:56:16.068700Z

You see two session in the describe command, as one is the evaluation session and the other is the tooling session (used internally by CIDER). They should be denoted differently when you select them.

afleck 2020-09-28T20:30:39.063900Z

if there's a connection to a project using clj&cljs there's 6 options