oberblastmeister

Results 40 issues of oberblastmeister

In your thoughts that you posted I saw that you wanted a strongly typed api and to hide `Value` from the user. I have implemented that using `rmp_serde` and the...

Closes #254. I added a new confirm function in lua because I can't access the `Config` in vimscript. Also lua is much easier to write and probably faster as a...

wontfix

I have added lua support. I am not sure how to do lua multiline strings and comments as they can contain arbitrary `=` in them. Also do I add tests...

Our unicode handling is wrong. https://github.com/nix-community/rnix-lsp/blob/a9f24f2c765675f7dc794328331864e0a53dcada/src/utils.rs#L59

bug

I think we just need to create a pinned byte array. This would allow conversion to `Text` without copying when reading from a file

enhancement

**Is your feature request related to a problem? Please describe.** The smart tab functionality is great but it would be better if there was an option to also auto expand...

If an async libuv action is running and libuv supports cancellation, the handle will be cancelled. This is supported for things like fs actions. If libuv does not support it,...

Requires async await 2. Readdir is fully async and also an iterator. This makes it not have to allocate a table and make it more ergonomic. It takes advantage of...

This allows you to defer functions like zig or go. You can specify the level to defer a function from just like `error`.