Luna's Archive
Luna's Archive
Maybe it's worth using httpx (which has a similar API but has a few differences) for HTTP/2 support?
You say `timeout` doesn't belong to the `Session` object conceptually, OK. But then why not add a `timeout` parameter to `HTTPAdapter`? It would be much better than saying "just add...
How exactly is it "garbage"? It has existed since Python 3.4 and is becoming a standard, take it up with the Python maintainers, not me. If you're developing a standalone...
While requests still supports Python 2, it's probably better to use `getattr()` rather than `hasattr()` as the latter catches all exceptions, not just AttributeError. But hopefully in the next major...
For anyone still looking for this, I recommend using the `websocket-client` library, which has supported proxies since 2014 and works perfectly. I honestly find the fact that this issue has...
I didn't say HTTPS proxies are trivial, but definitely not the kind of thing you need to beg for funding for. There's plenty of prior art to look at.
No, that's the opposite of what I want. That issue suggests adding an option to recognize *more* identifiers as builtins, but I want it to ignore one that's technically a...
Yes, I have tested it. Are you going to merge this, @myano?
@myano ``` :nick!user@host MODE #channel +c ```
How would they be translated if the terminal only supports 256 or 16 colors?