Results 10 comments of Tom H.

Thanks Jason! So if I understand from having a play with the repl and reading the "Starting a Self Hosted ClojureScript REPL" section you added to the package docs, I...

Ok, I'll give that a try. What I meant was that when I enable the proto-repl package, it takes over autocomplete even when I'm not in a non-repl clojure(script) file....

I've tried connecting proto-repl to my browser-based clojurescript project using figwheel and nREPL. First I followed the instructions for [Using the Figwheel REPL within NRepl](https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl) and set up figwheel and...

Removed the do block and in-ns appears to be working.

> there should be no measurable performance difference between the two approaches `Immutable` uses [structual sharing](https://medium.com/@dtinth/immutable-js-persistent-data-structures-and-structural-sharing-6d163fbd73d2) for some significant performance improvements over `Object.assign` (for large collections).

+1 for Parinfer support! I can't live without it now. My gut feeling is that it makes the most sense in a shell-like context as you wouldn't need to use...

I encountered the same issue. Xfce on Arch :)

Apologies, just saw this message about remote refs not currently supported https://github.com/oliyh/martian/issues/190#issuecomment-1913177393

I think it might be a bug yeah, I didn't get any indication that the bootstrapping hadn't worked, the refs were just ignored.

Like @tsirilson I was able to get mine running without deleting anything. I also didn't run the script in https://github.com/docker/for-mac/issues/7531#issuecomment-2580595610 I just did the following with the latest Docker.dmg from...