Frost Ming
Frost Ming
> (First feature request) > It would be more readable, if the expansion worked on individual rows like this If one way works, why bother adding another? > (Second feature...
This is a good proposal, but personally I don't have the energy to complete it. It would be great if someone is willing to contribute.
You may think expanding env vars is as straightforward as a simple call of `os.expandvars()` and surprised at why PDM still doesn't support this! but that is not. When expanding...
Do you usually encode chars when you store a password in env var? What if the env var is also used by other programs?
Pinning build dependencies is a rather big topic. If we are doing so, build dependencies for all sdists also need to be pinned. As you said, the PyPi API does...
> Without this, https://pypi.org/project/pdm-download/ cannot be used to ensure that a package can be built offline, even if it exclusively uses wheels as dependencies. If you are not doing cross-platform...
> I tried it but it doesn't include the wheel for `pdm-backend` which is in my `build-system.requires` in the `wheels/` folder, so I think that doesn't solve it? Only the...
Resolved by #2995
Some points need more discussion: 1. Reuse existing commands instead of introducing a new one. I would suggest `pdm update --dry-run` where you can use sections or packages arguments to...
The design will be as the following: - add `--dry-run` to `update` command to display (to install, to update, to remove) packages but not to modify the `pdm.lock`. - Under...