Fork me on GitHub
#cider
<
2020-05-13
>
didibus02:05:32

cider-eval-buffer doesn't seem to work for cljs figwheel-main repl?

didibus02:05:48

If I add a new function, then eval buffer and try to call it it can't be found, I have to explicitly eval it

dpsutton03:05:16

I think that’s a limitation of piggieback. It can only eval one form when given several forms

bozhidar06:05:48

It’s not abandoned. It’s just brewing. 😉

tianshu04:05:44

Can I launch a remote cider-connect with lein on that machine? I tried use cd /ssh:user@host: in Eshell, but cider-connect will hang.