Edward Peek

Results 10 comments of Edward Peek

We've also been seeing issues where black doesn't correctly handle `.gitignore` with submodules. In our case it's a top-level `.gitignore` being incorrectly applied to files in submodules, eg. ``` $...

I've encountered a similar regression in handling of namespace packages going from 0.961 to 0.971, for which I can't find working mypy config/options: [repro_v2.zip](https://github.com/python/mypy/files/9239167/repro_v2.zip) ``` $ unzip repro.zip $ python3...

Can confirm master fixes the repro above and in our actual codebase. Thanks!

This is perhaps tangential to this exact issue, but we'd like to see better support for _secure_ connections to registries with custom CAs too. Right now we see `error trying...

Linking #1474 which solved a similar use case for us.

Hit this as well in my experimentation if you want another real-world case. A one-liner repro: ```bash # Doesn't work uv pip compile

I considered leaving this as a comment on that issue but figured it's worthwhile distinguishing cases where: * it's slow because it's simply a large number of dependencies to resolve...

We'd like the system config to be considered as well (`/etc/xdg/pip/pip.conf` on Ubuntu). Our organisation configure a local mirror for all dev machines & users this way.

Going on a slight tangent, this issue seems to be exacerbated by the markers being evaluated eagerly. A number of packages have markers ordered like `(sys_platform == "darwin" and platform_release...

> You can use the [stream](https://github.com/jamielennox/requests-mock/blob/master/requests_mock/request.py#L130) function to get the stream object, but depending on what you do there it may or may not be useful. That's not so useful...