Pedro

Results 13 comments of Pedro

Maybe you can make some tests and write some docs too

I'd like to write about this, since in running FastAPI on uvicorn using Elastic Beanstalk

I don't if this PR is still valid, because I don't know why It hasn't been merged or at least reviewed

Have you tried with the official supabase JS realtime library? I've never used Supabase locally to be honest

I like the approach of the `MiddlewareProtocol`

Maybe it's because the version of Postgres that you're using, the library says that versions older than Postgres 9.5 may work but are not being actively tested. Can't you upgrade...

Have you tried using ASGI Middlewares?

I think you could use `def dict` in Pydantic. FastAPI uses `jsonable_encoder` to create a dict from a Pydantic model then serializes the result with `json`, `orjson`, `ujson` etc

Will add some thanks for sure. Do you mean set the `acl` to `None` and only use it in case if set? Okay, no problem

Will do, thanks so much for the feedback