Frost Ming

Results 477 comments of Frost Ming

> I recently stumbled upon this article: https://www.oddbird.net/2022/06/01/dependabot-single-pull-request/. Maybe this is something to consider for PDM? I would be glad to try myself in implementing that. What do you think...

Do you agree that the environment should be kept in sync with the lock file and the lock file should be kept in sync with the `pyproject.toml` dependencies? Then what...

Every requested feature might be useful and can solve some problems of some people. The difficult part is to design the interface, trying to make the option not too specific...

> +"Before running nox, you should also pdm config python.use_venv true to enable venv reusing." This sentence can be removed as the venv has been enabled by default. Welcome to...

You may use the wrong command, it's `pdm config repository..url ` And I see no point supporting `--local` for this config.

Any chance unify the interface of install deps and install pkgs so that we can change the behavior in one hook.

Hi, I've updated [tox-pdm](https://github.com/pdm-project/tox-pdm) to support both tox 3 and 4. It turns out not easier than v3(232 lines v.s. 157 lines). I don't know if I am missing any...

Yes, the v3 plugin is really HACKY. There are two main points that make me feel uncomfortable: 1. The `Execute` -> `ExecuteInstance` chain is a bit long for overriding. 2....

It is similar to #46 but with a minor difference

@inigohidalgo Thanks for showing interest in this problem. This one is a bit tricky. In the dependency resolver, every requirement has a *unique* identifier(you can think of unknown numbers x,...