Fork me on GitHub
#cider
<
2018-11-21
>
neural18:11:07

hello someone using cider and shadow-cljs????

neural18:11:46

with deps.edn???

dpsutton18:11:08

are you having an issue?

neural18:11:20

yes... im trying to connect to a shadow-cljs from emacs/cider

dpsutton18:11:49

how are you trying that? cider-connect or jack-in-clojurescript?

neural18:11:52

first i do cidder-jack-in to start a server not from shadow... then i want to start a cljs repl from that server using shadow

neural18:11:54

but if i start from shadow/start! its run your own server... the shadow/watch is working but i want a cljs-repl!!

dpsutton18:11:21

if you were to do all of this from a command line how would you accomplish it?

neural18:11:32

from bash?

dpsutton18:11:15

is it two separate processes or one?

neural18:11:51

from a cli its starting well... i do a shadow-cljs cljs-repl app its started well

neural18:11:45

and i can cider-connect to it

neural18:11:30

and cider-connect-siblings-cljs works too!

neural18:11:43

but it all goes from the shadow clj server that i started ... i want the opossite... to connect to already embedded server... and start a cljs-repl from there

manuel18:11:14

I mean, I use CIDER and shadow-cljs (and deps.edn)

dpsutton18:11:16

wow. timely 🙂

dpsutton18:11:24

that blog post is hot off the presses

manuel18:11:36

😄 yeah, a week old

manuel18:11:33

@neural.works.com you can checkout the application where I'm using this setup, if you want a practical example: https://github.com/manuel-uberti/boodle