Houman
Houman
Am I correct to assume that right now this tool can only download everything, and/or download all rows based on certain primary keys. But it can't download based on an...
@Sam-Spencer this issue is back again for Mac. It would be great to add a unit test so another contributor isn't deleting it again. Or adding comments there may prevent...
I'm experiecing the same problem as @mattiacampana and @nicoinn. I already upgraded uvicorn to the latest version: ```uvicorn==0.13.4``` Error: ``` May 31 10:10:40 api-stag gunicorn[21353]: Traceback (most recent call last):...
@euri10 That's strange. This only happens when I try to pass in ```--log-config /etc/app/log_conf.yml```. ``` ExecStart=/home/admin/.pyenv/versions/venv/bin/gunicorn -c /etc/app/config.py main:app --log-config /etc/app/log_conf.yml ``` If I don't do that it works fine....
Sorry my bad. I'm trying to get my head around this. So how would I pass in ```--log-config /etc/app/log_conf.yml``` to uvicorn, if uvicorn was driven through gunicorn in the first...
Ah Thanks. I see. So it should look like this? **/etc/app/config.py** ``` from uvicorn.workers import UvicornWorker bind = "127.0.0.1:8000" workers = 4 worker_class = "MyUvicornWorker" ... class MyUvicornWorker(UvicornWorker): CONFIG_KWARGS =...
Please keep calm. Why are you so on the edge? I'm having a respectful and friendly conversation with you. Nobody is holding a gun against your head here. The documentation...
¯\_(ツ)_/¯ I know you don't believe me that I have checked the docs. The issue is that the sub class can't be found. I have followed what you have suggested:...
Sorry, I'm new to this project and just stumbled upon this. Does this mean if the OpenVPN server is using `tls-crypt-v2` for handshake, this client won't work? Thanks
This would be super useful for those working on Apple Silicon (M1/M2). Right now I have no choice but to exit Xcode, and restart Xcode in Rosetta compatibility mode, and...