Oliver Caldwell

Results 30 issues of Oliver Caldwell

As requested by `rwaweber` on Discord. ![image](https://github.com/Olical/conjure/assets/315229/b6535a5f-bb4f-4fcd-bcd2-a7b81c56260c) This behaviour can be found in Emacs + CIDER, we should borrow the idea. It should _not_ be implemented in a single client...

enhancement

As requested by @dharrigan, we should support both methods. We should add an enum option that lets you swap to the new method easily. It should use the same mappings...

enhancement
client-clojure

How about `:Bb` or `:Babashka` (I'm open to suggestions here) to start up a bb process with an nREPL on a random port with the port written to `.nrepl-port`? Then...

enhancement
question

We have generated docs in https://github.com/Olical/nfnl/tree/main/docs/api/nfnl which are generated by running https://github.com/Olical/nfnl/blob/main/script/render-api-documentation but a bunch of functions don't have doc strings. We should fix that! PRs welcome!

documentation

We should port https://github.com/Olical/aniseed/blob/master/fnl/aniseed/macros/autocmds.fnl into nfnl since it's a thin layer. We should assess their Lua output though and make sure they're as clean as can be. Probably fine already,...

enhancement

Users should be able to lazy load the plugin without any special configuration or manual requires and function invocations. I do this in `nfnl`, it _should_ be possible here. I...

enhancement

Hitting `,lR` to hard reset the log (rebuild the buffer completely) results in this error for me. ``` "conjure-log-30324.cljc" [New] E5108: Error executing lua: Vim:Error executing Lua callback: Vim(bwipeout):E315: ml_get:...

bug

We SOMETIMES see an odd rendering issue when writing files in Conjure's repo. The screen sort of jumps up by one line and it's hard to get nvim to redraw...

bug
compiler

This is an idea that came from Heart of Clojure discussions ♥️ one of many. I want to experiment with this concept, I want to use the inspect operations in...

enhancement
client-clojure

Hi there! I can't see it in the docs so I thought I'd try my luck and ask you. In [aniseed](https://github.com/Olical/aniseed) and [nfnl](https://github.com/Olical/nfnl) there's an `autoload` function that wraps a...