Andrey Petrov

Results 143 issues of Andrey Petrov

The acronym `uri` is used all over the place in code and documentation, where it should be `url`. Also `url` is used in a bunch of places too, where it...

SetEnterClear controls whether to keep the input line after enter by pushing `\r\n`, or to clear the line into a fresh prompt without echoing it above the prompt. Using SetEnterClear...

cla: yes

The `Challenge.sol` contract uses uint256 without overflow checks, and there is some arithmetic in places that would benefit from overflow checks. Updating the pragma to 0.8.x would include built-in solc...

security

Not sure we'll do this, but if we ever get a v2.0 release, some major changes that would be nice to see: - Deprecate/remove outdated APIs - `pool.urlopen(...)` (in favour...

Would be great to get a recipe like this into the docs: http://stackoverflow.com/q/40594817/187878 Also related feedback on current docs: - https://urllib3.readthedocs.io/en/latest/advanced-usage.html#streaming-and-io makes it seem like it's wise to stream 32...

Would be great to have at least a basic example of doing cookies with urllib3 in our docs. At minimum, https://urllib3.readthedocs.io/en/latest/search.html?q=cookies should yield some result.

This would be useful for raising more descriptive errors inside of `HTTPResponse` as well as making responses more user-friendly. Forked from #399: > Also, the more I think of it,...

(Placeholder braindump from our team meeting on 2020-12-16) We have a bunch of SSL-related options that are confusing (`server_hostname`, `assert_hostname`, etc). If we wanted to make a bigger change for...

I'm trying to add a homebrew install recipe for secp256k1 (https://github.com/Homebrew/homebrew/pull/42605) but they require a specific tagged version to include in the mainline tap. Any chance we can tag some...

Is it already possible to add somekind of warning or prompt or interception for multi-line pastes? If not, then I'd like to propose this as a feature. (I haven't been...

enhancement
P - low
S - clipboard