Jesse Wertheim
Jesse Wertheim
That makes sense; no need to add extra config that just wraps package.path manipulation when I could just document the necessary change to package.path. And it could fallback to the...
@Olical Interesting idea! I've poked at prepl a bit but to be honest i haven't really bothered to use it yet with Clojure - I'll have to give Conjure a...
This may or may not be related, but I'm also noticing that changing the font size with `guifont` can cause rendering issues with the cmdline that can be reset by...
Ahh thanks, that looks more relevant. Apparently I went with the wrong issue ;-). I'm on pango 1.44.7-1 from the arch repos.
Ahh, so after digging into the history for a refresher, I believe we left that in there because of the behavior mentioned in [this comment](https://github.com/bakpakin/Fennel/issues/218#issuecomment-573207874) in #218. The issue itself...
That seems reasonable. It's *possible* it'll turn out to be less invasive a change than we think once we start digging into it, but failing that, i'm ok with kicking...
Yep - this is a quick fix but it probably doesn't address similar problems in other transducers. I think the PR you closed may be on track of a better...
Just to add my 2-cents (more than a year since the last comment, but hey, issue is still open!): While I'm fine with fuzzy-finding for the most part (though favorites...
Thanks for reporting this - looks like something needs to be done for vim9 compat - I'll make sure it's fixed soon and then start testing against vim9 moving forward...
Since the fennel compiler is self-hosted, if you wanted to use it "live" (as it should work fine doing AOT compilation), one could actually use fennel to create a custom...