Tamo

Results 170 issues of 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...

documentation-needed

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...

good first issue

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...

performance

Something else I noticed is that 12% of the time is spent on this function: ![image](https://github.com/user-attachments/assets/33bfe164-9f51-46a9-b3c5-38889b50990a) ![image](https://github.com/user-attachments/assets/9f97bb4f-3639-4a4d-b895-a7cc14a3348c) We can probably optimize that a bit by sharing the allocation between the...

indexing
performance

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...

bug