Tamo
Tamo
Hey, We had a few issues from OSS users and clients in the past that comes down to the fact that they were mixing document addition and document delete by...
Hey, if it's not too niche, we may want to specify the sorting order of the different type of values. A user was asking today and I struggled to find...
Superseed https://github.com/sharkdp/numbat/pull/538 Target of this PR: - Make as few changes as possible to the original codebase - Make the smallest possible LSP that gives all the information required for...
Hey, small thing I noticed while working on the lsp. We were duplicating a lot of lines for no reason, I unified everything under a single match branch
As stated, the dimension errors are bad and don't return any span. ```rust % numbat -e "unit kefir: Dog" error: while type checking = Unknown dimension 'Dog' did you mean...
We made a huge rework of the arroy architecture to allow us to index large dataset with little RAM, but it's still not enough. ## Context A bit of context...
insert_descendants_in_file_and_spawn_tasks is multi-threaded only when there is not enough RAM If all the descendants fit in RAM then this process will not be multi-threaded. We may want to use a...
Something else I noticed is that 12% of the time is spent on this function:   We can probably optimize that a bit by sharing the allocation between the...
Hey! Thanks for your awesome crate! I just discovered it, and while trying to use it in my project, I noticed a small bug. When I select text on multiple...