Jack Rusher
Jack Rusher
Delaying this PR to wait for the final comprehensive fix reminds me of: https://en.wikipedia.org/wiki/Perfect_is_the_enemy_of_good
(It's not just `nbb`, btw. I also have some "connect directly to a clojurescript REPL" stuff happening that would benefit greatly from being able to evaluate forms while in CLJS...
Looking at the spec and a trace of an nREPL session between cider and a jack'd in JVM, it appears that cider wants a few non-standard ops and falls back...
The protocol may not be perfectly suited to purpose. The official documentation lacks a way to explicitly request a stacktrace, for example. It looks like cider is using `describe` to...
I, for one, would very much prefer that the protocol be both generic and capable enough that (as the nREPL spec claims) it doesn't make any assumptions about what language/implementation...
Relying on `eval` not only doesn't make it language agnostic, it fails even to make it implementation agnostic. `cider` is currently sending my browser-hosted nREPL server extremely JVM-specific evaluation requests,...
Great news :)
What mechanism is available to gain direct access to the `WebEngine` behind a given `WebView`?
Me too, in emacs.
I was thinking `delay`, as all cell references "follow" and `follow` doesn't connote that it _waits_ before doing the thing.