Closed Peeja closed 9 years ago
(Oh, and also? fireplace.vim is freaking magical. Thank you. A million times, thank you.)
Do you have Piggieback working outside of Vim? What cemerick.piggieback/cljs-repl
invocation are you using?
Ohhhhh.
(cemerick.piggieback/cljs-repl :repl-env fireplace-brepl-demo.core/repl-env)
at the REPL gives me the same error. I thought I had gotten that to work, but actually it's (cljs.repl/repl fireplace-brepl-demo.core/repl-env)
that works.
Oddly, cemerick.austin.repls/cljs-repl
, which is supposed to pick the correct one of those, picks cemerick.piggieback/cljs-repl
, and fails. (I don't actually understand how either of them work at this point, so I don't get the difference.)
I'm having a similar issue - after :Piggieback 9000
there's a connection, but :Eval
s hang forever.
Haven't been able to get any other form of brepl to work, either
Peeja, did you find a fix for this or some other way of using a cljs brepl from vim? I haven't yet
Turns out the problem was caused by the ad blocker extension for chrome and firefox
I may be misunderstanding how it's supposed to work, but if so, I can't figure out what I'm missing.
Minimal app with steps to reproduce.