Frost Ming
Frost Ming
@judahrand please resolve the conflicts
No, that is different, `pdm list` only cares about "what packages you have installed" and not about what dependencies you specified in the project. Like you can initialize an empty...
> One of the effect is that the pyside machinery used internally broke and tries to call the designer binary in the "wrong" package That is an embarrassed situation, when...
It's good to have, and have little impact
A question, should system routes(/metrics, /livez, /readyz) also be served under root path?
@immortal71 just start working and make the PR. Assignment shouldn't block you.
Sorry, a flawed backtracking algorithm (https://github.com/sarugaku/resolvelib/issues/199) was exposed by recent releases of related packages. If it's possible, you can add this section to the pdm pyproject.toml: ```toml [tool.pdm.resolution.overrides] grpcio-status =...
> [@frostming](https://github.com/frostming) if the problem is with resolvelib-1.2.1, can you please release a pdm patch version which pins resolvelib-1.2.0? currently lots of people can not use pdm inside renovate I...
What caused us to have to use this dirty method to fix it? How does it produce output in wrong order?
yeah we doesn't handle race condition for it because it won't be run in parallel. Is there any use case you need to build bento in parallel?