David Hotham
David Hotham
### Neovim version (nvim -v) v0.8.0-dev-1070-g9b4cab012 ### Vim (not Nvim) behaves the same? n/a ### Operating system/version ubuntu 22.04 ### Terminal name/version tmux ### $TERM environment variable tmux-256color ### Installation...
https://peps.python.org/pep-0685/#specification says both that all comparisons should be done with normalized extra names, and that normalized extra names should be written to metadata. Simplest and surest approach seems to be...
remove with_python_versions() on the grounds that - it has had no callers since more than two years now https://github.com/python-poetry/poetry/commit/2433e0e7007edddf6c74635aae5fc4b3dfdcc617 - the naming convention `with_` (or `without_`) on the package is...
counter-proposal to #6389, per https://github.com/python-poetry/poetry/pull/6389#issuecomment-1236210737 ~doesn't quite fix #6327, we continue to write the unwanted extra metadata.files line to the lockfile until some future point where we stop writing that...
Pros and cons in this one, opinions are invited. tomlkit is significantly slower than tomli / tomli-w. And also, at least in a project that uses type-checking, it's a pain...
The circular dependency has been bothering me for a while, but https://github.com/python-poetry/poetry/issues/6441 was the nudge to do something about it. poetry should not depend on the plugin: the plugin should...
companion to https://github.com/python-poetry/poetry-core/pull/476
Fixes #281, #282 - first commit explicitly excludes tests from the binary distribution, it is indeed unconventional to include them - second commit explicitly re-adds them to the source distribution...
...please!
(This is allowed as at RFC7950).