Frost Ming

Results 477 comments of Frost Ming

@NightFog007 试试手动输入cookie

> Is this currently possible with PDM? No unfortunately. PDM resolves dependencies in a way that it honors *all* requirement specifications, not some. That is, if X requires Y==1 and...

this patch is authored by me to preserve the comment when an entry is removed. It is required by pipenv in the regressiin cases. However it is not always expected...

Raising an exception when the regex matching fails is sufficient, we don't need a standalone function to do that. It's different from record validation because when it doesn't match the...

a better way to support this and similar cases is to allow passing a custom encoder to item() function. i don't think we need round trip

You can convert a decimal to a float representation in TOML, but can't convert it back, and Decimal isn't listed as the data types defined by [TOML spec](https://toml.io/en/index), so it's...

The credentials are passed via Basic Authentication. Does pip support that use case though?

@vodik Can you try on the latest stable version?