Matej Spiller Muys
Matej Spiller Muys
+1 for this package
We have the following workaround using latest mod_wsgi from pypi ``` python3.11 -m venv .venv source .venv/bin/activate pip install mod_wsgi==5.0.0 ln -sf /root/.venv/lib64/python3.11/site-packages/mod_wsgi/server/mod_wsgi-py311.cpython-311-aarch64-linux-gnu.so /etc/httpd/modules/mod_wsgi.so echo "LoadModule wsgi_module modules/mod_wsgi.so" > /etc/httpd/conf.modules.d/mod_wsgi.conf...
There is still missing 2023-minimal image on official docker repository.
I just benchmarked and it seems that id does not work better. I suspect the issue is with haxmap doing initial allocation that is more slow while working on existing...
We are currently blocked because of this project. Any change to release this PR ?
Alternative is to migrate to apispec with marshmallow plugin: https://apispec.readthedocs.io/en/latest/using_plugins.html We have done so and couldn't be more happy.
I was asking myself the same question. We got bitten by slow reads from parsed message since every field is protected mutex lock slowing down the processing. I would prefer...
--no-deps sounds like a OK workaround for this issue. Documenting it would be better (even in release notes because I didn't expect the change). Docs PR seems fine but adding...
Having the same issue. Basically after I get off VPN or on VPN the colima is broken. The only way to solve issue this is to restart it (colima stop...
Having the same issue with latest: ``` mypy = "==1.17.0" django-stubs = "==5.2.2" django-stubs-ext = "==5.2.2" ``` ``` (py3.12) ➜ mypy --show-traceback /Users/muser/project/.venv/lib/python3.12/site-packages/django-stubs/http/request.pyi:56: error: INTERNAL ERROR -- Please try using...