This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-03
Channels
- # announcements (21)
- # aws (6)
- # babashka (28)
- # beginners (39)
- # biff (1)
- # calva (23)
- # cider (5)
- # clj-kondo (108)
- # clojure (11)
- # clojure-europe (17)
- # clojure-nl (2)
- # clojure-nlp (10)
- # clojure-uk (8)
- # clojurescript (29)
- # community-development (4)
- # conjure (20)
- # css (3)
- # datalevin (9)
- # datomic (3)
- # events (2)
- # figwheel-main (11)
- # fulcro (36)
- # honeysql (7)
- # humbleui (5)
- # interceptors (4)
- # introduce-yourself (3)
- # jobs (1)
- # lsp (51)
- # malli (1)
- # meander (71)
- # minecraft (8)
- # other-languages (18)
- # pathom (15)
- # polylith (25)
- # portal (10)
- # re-frame (5)
- # reitit (15)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (11)
- # tools-deps (27)
In doom I can set the debug instrumentation with OK, it should be SPC-m d d
, but to remove the instrumentation I have to press C-M-x
. I would expect the second SPC-m d d
should work as well? Anyone could hint me where to look?cider-eval-defun-at-point
, not another cider-debug-defun-at-point
, I really have to read the docs.
Yeah, to remove the instrumentation you simply have to eval the definition in question normally with cider-eval-defun-at-point
.
This is SPC m e d
in Doom
Is there a way to use cider-jack-in-clj&cljs
when using separate deps.edn
and shadow-cljs.edn
for managing dependencies? When running the jack-in command it seems to only use the dependencies in the specified command and not the other. I am currently working around this by jacking in in two separate sesman sessions but I would like to stop having to manually switch between the REPLs (e.g. when last having focused the clj repl and then switching to cljs file, I need to first focus the cljs repl before C-x C-e
works).