Techatrix

Results 54 issues of Techatrix

When calling `async`, `concurrent` or `std.Io.Group.async` on `std.Io.Threaded` with a function that has parameters or a return value with extra alignment, it may fail because the internal async closure did...

ZLS had an inaccurate view of how modules work in the build system. It would previously merge every module in the entire build graph into one single module which can...

See my initial PR #2350 which revealed some problems when using with CoC or the builtin LSP in Neovim: > Vim defines preferred [highlighting groups](https://neovim.io/doc/user/syntax.html#group-name) to share group names between...

enhancement
editor:vim
priority:low

The current implementation of semantic tokens does not scale well with larger file sizes which can negatively impact the editing experience. A possible solution would be to remove support for...

enhancement
optimization