Oliver Caldwell

Results 30 issues of Oliver Caldwell

One of the core files of Conjure's Clojure support is so big and complex it now blows LuaJIT's 200 local limit when evaluating interactively. ```fennel ; eval (file): ...conjure/fnl/conjure/client/clojure/nrepl/action.fnl ;...

bug

This means people could hook in zest macros to every eval, for example.

enhancement

Hey! I'm the author of [Conjure](https://github.com/Olical/conjure) (Clojure + ClojureScript tooling for Neovim over a socket prepl), I had a request (https://github.com/Olical/conjure/issues/70) to add support for Joker which would be awesome....

It's obvious that the various clients that aren't Clojure over nREPL are far more fiddly and brittle. Especially those that try to work over stdio. The solution to this, I...

enhancement

The current website (https://conjure.fun) is awful, it's just a bundle of links to other places really, it needs a nice design and set of text to sell and describe the...

enhancement
help wanted
contributable

Like the title, I would like tap support like I had in the days of prepl. I remember it being tricky to implement with nREPL and I can't remember what...

enhancement
client-clojure

We shouldn't leave the babashka REPL running after we connect to another REPL.

enhancement
client-clojure

Need to test long output line joining, autocomplete, doc, go to def. Maybe in CLJS too. Mostly that printing things joins lines correctly. Every client should have a minimal integration...

enhancement
contributable