This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-27
Channels
- # announcements (16)
- # architecture (19)
- # beginners (31)
- # calva (2)
- # cider (1)
- # clerk (4)
- # clj-yaml (58)
- # cljdoc (2)
- # cljs-dev (10)
- # clojure (77)
- # clojure-europe (108)
- # clojure-norway (26)
- # clojure-sanfrancisco (2)
- # conjure (1)
- # cursive (2)
- # datahike (5)
- # datomic (13)
- # emacs (7)
- # etaoin (3)
- # hyperfiddle (15)
- # introduce-yourself (3)
- # kaocha (1)
- # off-topic (21)
- # reagent (4)
- # releases (1)
- # shadow-cljs (41)
- # spacemacs (28)
- # specter (8)
- # squint (30)
- # yamlscript (2)
Hi, I have a clj project running inside a docker container. I start the repl on the command line and on connecting to it i get the following warning:
In my .lein/profile.clj
, which is mapped to the docker container user's home dir too, I have the following entries :
{:repl {:plugins [[nrepl "1.0.0"]
[cider/cider-nrepl "0.28.5"]]}}
I think it is because of the warning below that i get this error when i try to instrument functions:
; Syntax error reading source at (REPL:443:49).
; No reader function for tag dbg
Something like this in the shell script
lein with-profiles +dev repl :headless