Frost Ming
Frost Ming
This should be done in the plugin and contribution is welcomed
I think [pdm-vscode] is a simple example to demonstrate how to develop a plugin. And the docs are here: https://pdm.fming.dev/latest/plugin/write/ [pdm-vscode]: https://github.com/frostming/pdm-vscode
Hi, if you are still interested in this, we have made some changes to the batching recently. Now the batch might be split into smaller pieces to fit the max...
这个项目优先是支持**云的**TTS,目前不想引入太大太重的依赖(pytorch and friends)
`pdm outdated` never performs a resolution so it doesn't consider any constraints from the dependencies, as opposed to `pdm update --dry-run/--outdated`. They are different commands and their functionalities should not...
The issue has been tracked in VSCode, closing this now
What is unexpected? From my testing `pdm install` correctly adds the project root to the path. pdm-backend(yeah it is not even related to PDM) has a default behavior to include...
Try this again because `pdm-backend` has an update recently
The prompt shows if `-v` is passed
> I don't think the verbose mode should include "showing a prompt in case of missing credentials". In our CI and docker build, we want the verbose mode but not...