Ruslan Prakapchuk

Results 21 issues of Ruslan Prakapchuk

Don't assume that all content send by server is utf-8.

bug
help wanted
low priority

Some DSP algos are easier to implement in f64 because of higher precision, it would be nice to be able to pass f64 around and cast it to the backend...

enhancement

### Steps to reproduce 1. Create a directory e.g. `test_py` and inside it create file `main.py` with content ```python def main(*args, **kwargs): print("main") def test_main_completion(): main ``` 2. Send initialize...

...could be added leveraging https://crates.io/crates/tree-sitter-highlight

See https://github.com/ul/kak-lsp/issues/245

Consider the following snippet (it's not a strictly minimal example; I hope that's fine): ```ocaml open Dream open Effect open Effect.Deep open Ppx_yojson_conv_lib.Yojson_conv.Primitives type user_object = { email : string;...

🤷‍♀️ upstream

See https://github.com/clayrat/opticui-elm-architecture/blob/master/src/6ViewerPair.purs#L46 for the concrete example. `viewer` has an async initializer, which makes AJAX request and then updates state. If I understand correctly how optic-ui works, when two or more...

On the one hand, iterating all entities to check for collision detection could be expressed as an elegant and concise rule. On the other hand, the naive rule will be...

Hey, thanks for the cool library, it made state management in the game I work on much simpler! I noticed that when I have rules for complex behaviours triggered every...

Trying to select callback option I get `“./noise” terminated by signal SIGSEGV (Address boundary error)` Blocking mode works fine.