Randy Döring

Results 319 comments of Randy Döring

> lmk if there's anything else I can help with. Thanks for trying it out. I have it on my agenda for the next minor release. Since this is not...

Things may change but I would not expect it in the next few weeks.

I think we should prefer to fix/change the behavior rather than document it. See https://github.com/python-poetry/poetry/issues/10429#issuecomment-2980945151.

> I still believe that this should be fixed in `tomlkit` not here I do not think that is possible because since #6562 we use `tomli` to read the lock...

> this only impact perf when it write lockfile, which mean only add and lock. other command like install, update won't be affected. normally add/lock will spend more time on...

This is expected behavior although we should probably print a warning instead of silently ignoring it. If both `project.dependencies` and `tool.poetry.dependencies` are defined, the latter is only used to add...

I would say this is expected and does not matter because all dependencies are resolved. (You should always install an exported requirements.txt with `--no-deps` anyway.) We even have a test...

The exported requirements.txt includes all direct _and_ transitive dependencies. Further, it represents a universal solution for all possible environments so even if you export on your Windows box and there...