Heraldo
Heraldo
@andrewgodwin any thoughts on this? You authored the DEP about async support for Django. Is my adhoc solution for async transactions safe?
By the way, this custom `SyncToAsync` with conditional thread sensitive mode is compatible with async HTTP views by wrapping the calls with `ThreadSensitiveContext`: ```python from asgiref.sync import ThreadSensitiveContext # DatabaseSyncToAsync...
@devkral what is a status variable?
> I split the transaction in locking phase, transfer (reads the foreign url), unlocking phase. THe locking is done via a status variable You wrapped the `transaction.atomic()` context manager with...
I had problems with that, I added data files to `MANIFEST.in`, added `include_package_data=True` to `setup()` and built the package again (`python setup.py sdist`) but setuptools won't install the data files...
Hello, please provide a example Python script which uses pycdp to access the iframe and reproduce the error, that way we can identify the bug and fix.
I think we should squash all commits into a single commit for better review and merging. Rebase your branch onto main and squash all the commits. Thanks for your work.
`AuthlibJWTBackend` is not mapping all jose's exceptions to `BackendException`, so the error mapping to `HTTPException` done when `auto_error=True` is not happening.