FlyingSamson

Results 27 comments of FlyingSamson

Thank you so much for taking the time to review my changes and your input! I hope I will find the time in the close future to fix everything. Regarding...

While trying to get things running for externally running lsp-servers, I came across following problem (or so I think): It seems that the current implementation never asks the server to...

All right, thanks for clarifying. I will focus on implementing the TCP support for self launched processes for now then and open a separate issue to discuss on how to...

> Picked up conflicts with schema. Sadly GitHub Actions do not kick in until conflicts are resolved. I also added a note about `stop_extension` hook in my previous comment. All...

Sorry for the long silence, I had a deadline at work which was demanding my attention. But now I have more time and will try to get this ready :)

I'm still struggling to get the stop procedure to work on windows. According to the anyio docs `Process.kill` is an alias of `Process.terminate` on Windows, which in turn calls the...

I think the code should be ready for another review round (I don't think that the smoke installation error was caused by the made changes). To fully take advantage of...

I would like to revive this PR and directly move on to protobuf 26.1. Unfortunately, protobuf no longer ships with its own `setup.py` prohibiting building py-protobuf directly from the github...

Sorry, but I can't find a `pyproject.toml` either. From the python related [README](https://github.com/protocolbuffers/protobuf/blob/v26.1/python/README.md), it sounds to me as one has to build the python source package first.

I now managed to first build that wheel using Bazel and then installing that into destroot with pip. @reneeotten Can you advice on how I can add my changes to...