This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-30
Channels
- # adventofcode (27)
- # ai (1)
- # announcements (2)
- # aws (66)
- # babashka (2)
- # beginners (34)
- # calva (28)
- # cider (5)
- # clj-kondo (18)
- # clojure (16)
- # clojure-europe (4)
- # clojure-norway (2)
- # clojure-uk (3)
- # clojurescript (11)
- # code-reviews (23)
- # conjure (23)
- # core-logic (1)
- # cursive (12)
- # datalevin (1)
- # datomic (9)
- # introduce-yourself (3)
- # kaocha (3)
- # klipse (4)
- # malli (42)
- # midje (1)
- # minecraft (1)
- # missionary (4)
- # music (1)
- # nextjournal (10)
- # polylith (5)
- # re-frame (2)
- # reitit (1)
- # releases (1)
- # sci (126)
- # shadow-cljs (4)
- # sql (2)
- # tools-deps (11)
I am fumbling a bit here. Trying to use this repo https://github.com/rafaeldelboni/nota and if I open scripts/nota/main.clj
conjure just shows econnrefused. I am guessing something is getting confused by the babashka scripts in shadow-cljs project, but I don't know how to debug it https://imgur.com/a/avwrhfI
Hey how you doing?
Are you using the :ConjureShadowSelect main
after creating a repl with npm run watch
?
And don't forget that you need the app running in a browser to be able to make the repl working.
https://github.com/Olical/conjure/wiki/Quick-start:-ClojureScript-(shadow-cljs)
Ah I thought you were trying to connect to the cljs, sorry.
Usually to work with babashka in this project, I just do bb nrepl
and manually connect on the sessions created by babashka in conjure
I turn off the auto bb repl in conjure because I had many conflicts problems with it
echo "1667" > .nrepl-port
bb --nrepl-server
and then opening the script file connects. I wonder if shadow setup will work 😟Exactly what I do, sorry I'm on a trip saying the commands by heart.
I do disconnect and connect to switch to shadow, don't know if there a better way to do this
don't apologize please, you gave just enough for me to sort it out, thank you very much 🙂
Instead of creating the file, what I do is :ConjureConnect 1667
and for Shadow, I do disconnect and connect
Cool, I hope you have fun with nota, as I had haha