Oliver Caldwell

Results 299 comments of Oliver Caldwell

For the record, Conjure now supports nREPL for Clojure. If you'd like an interactive REPL experience tailored for Joker I can write a client for it since Conjure is now...

So the input prompt issue is something I'll solve with some unrelated work soon. Don't worry about that, it's a weird issue caused by hacks I had to do before...

Merged to `develop`, will release soon.

Hmm were you using tree sitter by any chance? And if so... that may be fixed now! If not, I'm afraid I still have nothing to offer since I'm not...

Hmm so I've considered this but it does break backwards compatibility for like 1-2 versions of Neovim ago, which probably breaks it for anyone on Debian etc since it's always...

This will fix #389, so I'm going to do it, even if it'll bump the minimum required Neovim version, it's for the best.

Will take me a while to get through all the mappings and commands but will convert to first class function passing for all mappings and commands, work is under way!

Ah that sucks! Hmm I wonder if there's an option we can set to tell the REPL not to print everything? Or do we have to receive everything from the...

I haven't had time to look into this deeply yet _but_ I can say from anecdotal experience that ClojureScript doc lookup has always been patchy for me too. As for...

Hmm I can't reproduce this through shadow-cljs ```clojure ; -------------------------------------------------------------------------------- ; doc (word): xyz ; ------------------------- ; dev.foo/xyz ; ([]) ; Hello world ``` Or Fennel for core functions ```fennel...