Randy Döring

Results 300 comments of Randy Döring

You'll want to run `poetry add --lock ...` before `poetry install ...`, so you don't have to install/uninstall the 50 unrelated packages.

I adjusted the title and changed the label from bug to feature request because it works as designed. In order for `poetry add` to consider previously installed groups this information...

I can't see a bug in your description. "default" is (almost) the same as "first primary source". All primary sources are searched for a package and if the second primary...

So with Poetry 1.6, `poetry install` fails if the readme is missing, but does not fail if the complete package is missing. Quite inconsistent, isn't it? Poetry 1.7 does not...

IMO, it's fair enough to suppose the git repo got broken somehow and if there is a good way to detect this state, I assume we will accept a PR...

#1616 is about different path dependencies with the same version (and resolved), thus, not related. It's related to #2012 and #4046. If there is no wheel for Windows (and no...

> currently using Poetry version: 1.4.2 > Has it worked for anyone else in windows? or any hints towards what I could do next? At first, please try the latest...

> Honestly, I don't like this. The amount of false positives that we have to silence is just too high for my taste. I am all for doing some cleaning,...

> Maybe a good compromise would be to activate this rule only for the package code, but not for the tests? Would also be ok for me. > I may...

Not sure if we should deprecate all `self` commands. `poetry self show plugins` for example still makes sense to me. > And as such does that mean that if you...