Jean Lucas
Jean Lucas
I was looking at the implementation for SQLAlchemy and noticed that it takes only the first primary key of the table https://github.com/awtkns/fastapi-crudrouter/blob/master/fastapi_crudrouter/core/sqlalchemy.py#L50 What if I have a composite primary key...
I have an API that for some reasons has a certain structure which is different from what the route receives from external actors (they send with their schema which is...
How do you handle logging to file when running the project with gunicorn since it spawns multiple workers?
Hello, Great lib! I have been using it for a while with FastAPI but I have changed to using Litestar now. It apparently works out of the box but would...
Hi guys, so on my intel based computer the Location section of the emulator is as follows  But on my m1 emulator its different and the location section doesnt...
I just updated Android Studio to Bumblebee and I really REGRET it. Emulator doesn't work anymore Whenever I launch it they just get stuck in this 
Is there any way to run x86 images? Everytime I try I run it I get `ERROR | can't find the emulator executable.` I know there are aarm64 ones for...
Hi, I have been using the following to backup and restore my db: ``` ts-dump --db-URI=postgresql://postgres:pass@localhost/db --dump-dir=/backups/db_backup psql -U postgres -h localhost -d postgres -c "CREATE DATABASE db;" ts-restore --db-URI=postgresql://postgres:pass@localhost/db_restore...
Are these results still up to date?