David Hotham
David Hotham
My instinct would be towards simplification. The `is_specific_marker` bit looks not particularly well justified: I could easily believe that fixes since then have made it redundant. So if it is...
Probably belongs in cleo, not here
Mixing pipx installation with `poetry self` is a bad idea, if you have used pipx to install poetry then you will also want to use pipx to inject plugins into...
Same thing. Iirc `poetry self` commands only really make sense for installs from the installer script.
similar examples include #7170 and your own #6456
> iirc poetry self commands only really make sense for installs from the installer script. possibly not even that. I never use the installer so I am not totally sure,...
I dont know that it even did get into a "weird" state, it probably is a perfectly good lock file but it just happens that the solution that it gives...
also the `pyproject.toml` in your attachment is making the mistake of installing `poetry` into a project environment. See the [big red box](https://python-poetry.org/docs/#installation). Or is that from the poetry installation? Did...
IMO we should be running less `poetry self` rather than more - but feel free to try a pull request and see how those with power to merge feel about...
results linked above include false positives eg the first two rows are both "start_ocr-0.0.3-py3-none-any.whl" (with no difference between them) and indeed there is only one such file at https://pypi.org/project/start-ocr/0.0.3/#files nevertheless...