felipe stival
felipe stival
This is a work in progress PR and I believe it has some code related issues. Yet, I'd like some architecture insights. - Allows users with a linked GitHub account...
**Is your feature request related to a problem? Please describe.** Yes. GUI is for children and CLI doesn't give me the launching capabilities. **Describe the solution you'd like** A non-gui/non-cli...
Hi! First off, thanks for the amazing work in eio! I'd like to have an API for `uv_getaddrinfo` and `uv_getnameinfo`. Luv has bindings to these on their DNS module: https://github.com/aantron/luv/blob/0ed668e87ca55d65f4f84422b0dd3381701c71b0/src/DNS.ml...
**Describe the bug** These might be two different bugs, but I'm opening this on the hypothesis they have the same cause: - Observer crashes when you try to trace send/receive...
Provides a better error for invalid argument. Closes #353
The question is if we should. WDYT? Wrote this while answering a question on slack.
When the stream state is local_half_closed and an end_stream flag is received, the stream can be terminated normally without RST_STREAM. Closes #433. I still didn't work on integration tests, and...