Chris Wilson

Results 34 comments of Chris Wilson

If I send 100 connections direct to Postgres then they queue and are accepted in turn, and it takes about 9 seconds for the last one to succeed (so perhaps...

Randomly marking issues as stale is not going to make Conda better. This is still a problem.

I think this may be the same bug: ```python import tomlkit del tomlkit.loads("[tool.pdm.scripts]\n[tool.pdm]\n[dependency-groups]\n[tool.ruff]\n")["tool"]["pdm"]' ``` Outputs: tomlkit.exceptions.NonExistentKey: 'Key "pdm" does not exist.' Deleting other keys works fine. I traced the problem...