Ensar Sarajčić
Ensar Sarajčić
Added support for [tridactyl](https://github.com/tridactyl/tridactyl) config files, using https://github.com/tridactyl/vim-tridactyl **NOTE**: Tests fail due to unrelated issue, which I think #754 fixes.
# Objective - Fixes #9968 ## Solution - Uses [open_dir](https://docs.rs/ndk/latest/ndk/asset/struct.AssetManager.html#method.open_dir) to read directories and collects child list, since it can't be shared across threads. - For `is_directory`, uses result of...
This adds TCP mode to DNSTAP source, while leaving the current one ("unix") as the default. This required a minor hack (https://stackoverflow.com/questions/61216723/how-can-i-deserialize-an-enum-with-an-optional-internal-tag/61219284#61219284) in serde deserialization. Unix is the default when...
This does not handle decompressing multiple paths. This fixes #735 ## TODO - Wait for https://github.com/SimpleMobileTools/Simple-Commons/pull/1803 and update Simple-Commons ref
This library can be used in Kotlin, but many improvements can be made to better integrate with Kotlin: - coroutines - extensions - more?
Since it can take a long time to implement new Neovim API features and it can be error prone, it should be generated. At first this was avoided to provide...
Currently, `neovim-api` module introduces support for Neovim extension types, meaning to use them in `core-rpc` or other modules which don't depend on `neovim-api`, custom implementation is needed. Besides this, this...
One of those is ReactiveRPCStreamer error case test for response