cider

tianshu 2024-11-07T01:45:30.363969Z

I ran into a weird bug, after cider-jack-in-cljs or cider-connect-cljs, the buffer in current project isn't connected to the repl buffer. So in the mode-line it says "cider[not connected]". And if I open sesman-browser, it actually shows me that the current project is linked to the repl process. What should I do to debug this issue?

✅ 1
Sturm 2025-03-15T01:33:18.635879Z

@doglooksgoodcan you recall what the issue was causing "cider[not connected]"? I'm seeing something similar

Sturm 2025-03-15T01:42:07.558789Z

Oh right, you have to manually provide cider-piggieback if you're running cider-connect-cljs https://docs.cider.mx/cider/cljs/shadow-cljs.html#using-cider-connect-cljs

tianshu 2024-11-07T05:13:25.663879Z

Nevermind, I think I found the cause