Tobias Alex-Petersen
Tobias Alex-Petersen
Ok the test fails and updating the jest environment fixes most of them but the last context based one I can't really get rid of. For what it's worth liform-react...
Ok I now see the code is different from the version on npm. Will try and see if it's fixed now.
Having the same problem I found out that the problem is not really liform-react not being compatible but rather that its dependencies are outdated and that causes 2 versions of...
I know we discussed this in AnyIO @agronholm and you suggested trying to fix it here. Is there something I could do to make it easier to resolve this or...
@oremanj in my case it was just a to be able to allow anyio to create Events in the sync callback (which created structures containing them which would be awaited...
As commented on the suggested PR in https://github.com/jteppinette/python-logfmter/pull/12#issuecomment-2612197942 This can often be solved better by a [filter](https://docs.python.org/3/library/logging.html#filter-objects) or if they are dynamic a [LoggerAdapter](https://docs.python.org/3/library/logging.html#loggeradapter-objects)
Disclaimer: I'm not a maintainer so feel free to disregard If I understand the use-case correctly here (adding some extra fields to the log-record that are outputted for all records...
We could really also use this to be able to have lock-files without disclosing internal urls. If not in the sync file then an option to the `export` subcommand to...
@charliermarsh That may very well work for our requirements but it looks like the uv lockfile is richer (all the extras are declared). Otherwise it would just be a convenience...
Ok reading more of the spec I see some conflicting (or at least to me confusing/contradicting) statements about the license key under the project table between https://packaging.python.org/en/latest/specifications/pyproject-toml/#license and the pep...