Paul Moore
Paul Moore
The indexes specified by `--index-url` and `--extra-index-url` are treated equally. There's no priority or ordering between them, pip can download a package from either location. This is considered safe, because...
You should consider that as unreliable. It’s not documented behaviour, so it’s subject to change without notice. It may even change without there being a change in pip (for example,...
No, you can use multiple options, that works perfectly well. But what you must ensure is that any package present on multiple indexes is identical on all of them, so...
We should consider https://github.com/pypa/packaging-problems/issues/118 here. The current spec says nothing about what installers should do with regard to the timestamps of files extracted from wheels, so it's implementation-defined what tools...
I'm happy to agree that in principle. We'll need a different UI to the one uv uses (I'm -1 on reading pip config from `pyproject.toml`) but we can decide on...
There's also scoop, which installs sliksvn from https://sliksvn.com/pub/Slik-Subversion-1.14.5-x64.zip. That looks like a far more legitimate version of sliksvn. It doesn't look like scoop is installed on the Windows runners by...
Strong -1 on the `-r` without arguments form, that seems likely to be very confusing. I can see the value of `-r -`, although I doubt I'd use it much...
> need to define what should happen for pip install -c - -r - Personally, I'd just say it's not allowed. It's extremely non-obvious what the best approach is, and...
My understanding is that the `TabExpansion` function is obsolete, replaced by `TabExpansion2`. But completion should be done via the `Register-ArgumentCompleter` function in any case, not by overriding the tab expansion...
Thanks. I just realised that I can just cut and paste it into my shell, it doesn't need me to build from the PR. It seems to work, although it's...