Edward Peek

Results 7 issues of Edward Peek

# Bug report ## What's wrong Changes to typing of `core.handlers.WSGIHandler` introduced in #909 are incompatible with the stdlib annotations under `wsgiref`, raising a error when checked with mypy: ```python...

bug

**Bug Report** mypy gives inconsistent errors with regard to instantiating classes that derive from a common abstract base class when the derived classes are accessed via a list. The errors...

bug

The backtracking resolver can be significantly slower (up to 20x in our case) for trivial runs of pip-compile where the full dependency graph should be fully known and cached. Trivial...

duplicate
resolver

Forcing single-column formatting using `--display=inline` has subtle formatting differences for certain changes that would show as single-column anyway with default options. eg. ```bash $ echo 'int("10", 10)' > a.py $...

According to https://requests-mock.readthedocs.io/en/latest/history.html entries in the request history have an attribute: > text: The data of the request converted into a unicode string. When requests are made with a file-like...

Mitigation for pypa/packaging#774. Some packages define markers in an order where short-circuiting the "and" expressions can skip the problematic version comparisons. This PR changes the marker evaluation to be lazy...

Per https://github.com/compose-spec/compose-spec/blob/master/13-merge.md#unique-resources > Applies to the ports, volumes, secrets and configs services attributes. While these types are modeled in a Compose file as a sequence, they have special uniqueness requirements:...