Oliver Caldwell

Results 299 comments of Oliver Caldwell

Spent quite a while trying to work out the Fennel doc issue but I'll have to come back to it. I'm passing all of the correct options so it _should_...

Ah yes, it's probably that pattern. It's overly complex to deal with Racket's REPL sometimes having a bunch of prefixes like when you "enter" a module (I think, can't quite...

Hey! I don't think any client has an option for this yet but it wouldn't be hard to add. Which client are you talking about specifically? Is this mostly Scheme...

Until I get a chance to add an option for every client, I think the best approach would be to use any lazy loading systems your plugin manager has. I...

I'll have a look at adding an option for this asap though! Making all of the clients a little more passive with one option would be good.

This is on develop! Sorry it took a while! `let g:conjure#client_on_load = v:false` should do the trick.

Ah! This is a Clojure bug of sorts! https://clojure.atlassian.net/browse/CLJ-1890 I use pprint under the hood to format your responses. I guess CIDER in Emacs is using pr which won't format...

Oh no! Thank you for the report! I'm going to have to give this some time to think of a good solution, nothing comes to mind just yet. I might...

Possibly fixed on `develop` :slightly_smiling_face: even animating `=` printing over time to create a progress bar works within fold markers. You know what I said about erring on the side...

Hmm probably not cached, maybe there's just some cases it doesn't work inside yet. I'll have another look, I thought the repro case I used (animating a progress bar of...