Kevin Tewouda
Kevin Tewouda
The examples to search comments were not working as expected, so I fixed them ## Change Summary I fixed examples to read comments in the `getting started` documentation ## Checklist...
Hi, I'm working on a library using [trio](https://trio.readthedocs.io/en/stable/) and when I want to build the documentation, I have the bad surprise that the backend is not supported. My environment: Ubuntu...
Hi folks, I just discovered this framework today, it seems really promising. But I already have one question after reading the docs. It seems like it is not possible to...
Hi, this is not an issue but a proposal for gevent improvement. I would like to talk about *structured concurrency* which I think is a promising concept for the future...
The major update is the switch to python3 in the examples and the build script. Python2 will be leaving on January 1st, 2020 so I think it's time to update...
### Current Behavior I'm trying the new GitHub action in a dummy project and I ended up with this ci file ```yaml name: CI on: push: branches: [ main ]...
My goal is to be able to distribute `ws` to different OS with a *native* binary like [httpie](https://httpie.io/docs/cli/installation) does. I'm aware of [pyinstaller](https://pyinstaller.org/en/stable/) but man, this thing is not trivial...
# Issues Like the title said, I want to implement completion capabilities on `ws`. I started PR #6 for this purpose. Unfortunately when trying on my Windows 10 laptop, I...