Kevin Truong
Kevin Truong
Hi Bulat, I am interested in this project and would love to use it for a database shard application. I was wondering what the status is for the decoder? If...
Hello! I am building a language server using [Pygls v2.0.0a3](https://github.com/openlawlibrary/pygls/tree/v2.0.0a3). I got it working with various editors like Emacs and Helix, but I couldn't get it to work with this...
In the [navigation documentation page](https://texsoup.alvinwan.com/docs/navigation.html) the section "Going Down" has a typo in this sentence: "Naviate by naming the expression you want.". "Naviate" should be "Navigate"
When running the Aider benchmark, sometimes it is useful to analyze the performance of the model according to the programming language. Some users may want to choose a model that...
Hello! I have a feature request for v2. Background: `TextDocument.offset_at_position()`, already implemented [here](https://github.com/openlawlibrary/pygls/blob/v2.0.0a3/pygls/workspace/text_document.py#L169), is a nice way to get the character index of `document.source` given the client's `types.Position` struct. Request:...
Hello! I have a small QoL request. I am using the v2 feature where we can introduce [type annotations](https://pygls.readthedocs.io/en/latest/pygls/howto/migrate-to-v2.html#server-commands-can-now-use-type-annotations) to our server commands. If my server commands include some types...
Hello! I am testing the my Pygls server on various plugins. It seems to work find for Emacs and Helix, but when I tried it with Vim it crashes. For...
I am running Emacs 30.1 with Eglot 1.18. I am building a language server using [Pygls v2.0.0a3](https://github.com/openlawlibrary/pygls). `workspace/applyEdit` has an optional field `documentChanges` which is the newer API version of...