Jan Hein de Jong
Jan Hein de Jong
How can I get the HTTP responses logged when running FastAPI using gunicorn? This is my script: ```python import logging from fastapi import FastAPI app = FastAPI() logger = logging.getLogger("gunicorn.error")...
I sometimes get the following error, when using artifacts-keyring on WSL. ``` Unhandled exception. System.PlatformNotSupportedException: Wait operations on multiple wait handles including a named synchronization primitive are not supported on...
Awesome package! However, when I try installing it on Python 3.13 it fails, since the package depends on Numpy 1.x, and there's no wheels for this version of numpy and...