Frost Ming

Results 477 comments of Frost Ming

You shouldn't rely on PDM, which should be backend-agnostic. All changes should happen in `pdm-backend`

It's not necessary, publishing the versions from lock file is only needed if you want to publish an application (CLI or web) to pypi, and it's convenient enough to just...

@sigma67 can you help make the changes in a PR? Thanks

While I agree to remove the `plugins` command, the automatic loading of the local `packages/` folder would be still useful for project-specific hooks that are not likely to share. I...

> If we retain the ability for Lektor to install distributions from `packages`, I think we might as well retain the ability to install from PyPI as well. (I think...

> At the same time, once one switches to using a package manager (e.g. Poetry) to manage the Lektor plugins for a particularly Lektor project, it's really not that complicated...

PDM author here. IMHO the cross-platform lockfile is overkill for an in-container dev environment. The lockfile is made for sharing but you are not likely to share it outside of...

What's the output of `docker version --format "{{.Server.Version}}"` in your terminal?

Hi, we are redesigning the IO descriptors in the next 1.2 release, which will include video and audio support. Stay tuned and welcome to help testing. > Can we mix...