Gordon P. Hemsley

Results 7 comments of Gordon P. Hemsley

For reference, it looks like this was previously raised in #4856 and then the documentation was adjusted in 1524315baf9610d1b4732fff265625c47ef6375f to say that the password must be manually percent-encoded. However, if...

@matteius I'm not sure I understand what you're saying. The issue here is how to deal with a password that contains special characters that, when the environment variable is expanded,...

OK, so, webpack is both a dependency and a peer dependency. The warning says: > Webpack is already provided by Webpack Encore, also adding it to your package.json file may...

We are having trouble authenticating into our internal package index, and so pipenv is not able to obtain the packages it's looking for. The warnings themselves occur during shutdown, but...

@matteius I think @kristang was indicating that the situation is difficult to reproduce artificially, as it involves network problems, not that the issue no longer exists.

The linked #4455 provides more context: The packages that are being installed are _future_ dependencies; that is, dependencies of later versions of packages that `--keep-outdated` is, well, keeping outdated. They...

I'm getting a different error in Python 3.11 that I think is caused by the same thing. If I try to access anything that `ResultList` has but `Dict[str, Any]` doesn't,...