Eli Dowling
Eli Dowling
Before this gets merged there are a couple of things I want to highlight: 1. I switched the cmd parsing to using the compilers parser which required removing the case-insensitivity...
Hey, I got a ping here, and thought I'd mention, as one of the larger projects I've seen using notty I assumed it was unmaintained and was going to upload...
Nope, no reply. I am definitely in favour of releasing a notty community package
Hey @rensbreur would you have a branch with these changes I could test? I'm also interested in trying this on linux. Thanks :)
I tested it and it worked! thanks :)
I ended up passing around a is_tail parameter into a lot of the canonicalization functions that are able to be tail recursive. I could have stored this in env, but...
Hey, this extension is not in a particularly functional state. it hasn't been updated to be compatible with .net 7 and so it's unlikely to work. I don't use f#...
Ahh, good point of reference, thanks. Completion is slow because elixir sense is setup in a way that is slow and does a bunch of things that are very slow....
I took a look at nextls, and I agree. It's much much better. The performance is out of the box basically perfect. Not surprising given the code is just doing...
Hey, I'm probably never going to get to this, I don't actually use nim for anything these days and it's been well over a year since I last even had...