Seth Michael Larson
Seth Michael Larson
Oh sure! That can definitely be done. So just a `Distribution` object that has all empty values.
@FooBarQuaxx Changes to open source projects require contributors willing to give to their free time. Perhaps you could provide a patch?
Could you show me the output of `$ python -m pip debug --verbose`
Gotcha, so macOS 11 can only install wheels built for 11. Now that macOS 11 is available on GitHub Actions this should be achievable.
@sigmavirus24 I think this is the article you're referencing? https://sethmlarson.dev/blog/security-for-package-maintainers
Regarding this PR, creating a Github release only requires write permissions, instead use a GitHub Environment to create a "reviewable" execution of a Github Action. The article doesnt cover this...
You'll have to set a callback in the protocol you pass to the parser for when a chunk of the body is received and accumulate the body somewhere if you...
Hey @mahmoud! There's plenty more to read here about what we're trying to accomplish: - https://github.com/encode/http3/issues/78 - https://python-http.org/ And I'm open to answering any questions you have.
Sounds like a good course of action to me. What do you think @njsmith?
Just a BTW since this thread mentions proxy support for HTTPX a lot: We're working on proxy support currently. :) Would love to have some users to test it once...