Oliver Caldwell
Oliver Caldwell
I _think_ it'll be over stdio but if [LFE](https://lfe.io/) has a good remote REPL that could be used too.
A non-Lisp! I think this will be easier to select forms when Neovim 0.5 is stable and we have tree-sitter everywhere but @sotte has already got some hax working for...
A few people in Clojurians Slack were wondering if we could use these tools when not connected to a REPL or if the go to def lookup fails for whatever...
> Cider supports it via clj-refactor.el [1], which uses refactor-nrepl middleware [2] > > [1] [https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-find-usages](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-find-usages) > > [2] [https://github.com/clojure-emacs/refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) I'm thinking this could be an external plugin since it's...
So this is a bit of a weird onc since there's hardly anyone (possibly just me?) is using prepl for development right now, if you don't care just yet then...
## Expected behavior When `(read-line)` is evaluated a message is sent to the client with a status of `need-input` that they can respond to with the `stdin` operation. ## Actual...
I've been doing a little digging into a simple piggieback nREPL server. I've found that messages to out and err have the message ID of the call that started piggieback...
So this is another issue spawned from #7, I thought I'd create a new one to keep it clean and visible. > This discussion involved @seancorfield and @plexus. I think...
I can no longer access this repository, so I have started maintaining it at [Olical/react-bodymovin](https://github.com/Olical/react-bodymovin). Please direct all issues and pull requests there. It is still published as the same...
dharrigan pointed out on discord that they can't eval forms anymore with my Lua mapping API updates, I think it's a clash between this code and a nvim breaking change...