Laytan
Laytan
Works nicely for me, around 100ms faster just trying it out on some bigger projects
Thanks! Yeah it is for everything I tried
I had a use case for this where the hover output was colored using ANSI sequences and I wanted to render those correctly. Here is how I did it, might...
Nice job finding all these cases! For `text/i18n` the `//+build ignore` can be removed I think, but in `sys/info` it is there to make sure the package doesn't depend on...
Since the 2024-03 macOS releases are now self contained, it now also supports arm64 so this can be closed.
Similar issue as this one: https://github.com/odin-lang/Odin/issues/3169 and should also be fixed by the latest error system overhaul
Fixed in #2998
Motivation was that this does not need conversion to string and then back to bytes if you want bytes in, and bytes out. Also makes it done in place while...
closing stale pr
@doodspav both, if I understand correctly. Think of an arena allocator, they usually return a pointer to the current offset in the backing memory, and increase the offset by the...