Pavel Kirilin
Pavel Kirilin
Hi. Do you think it's necessary to add this command, because we generate separate section about migrations? Maybe it would be better to move migrations section before startup section. Also...
Hi. Thanks for raising this issue. It's a really good Idea, but I have almost zero experience with mongodb production setup. Could you please provide me an example, so I...
@jegork Okay. It looks nice and have an async support. Maybe I'll add it later.
Hi there. After some research I found out that there is no such thing as celery or dramatiq for async projects. So I've created one. It's called [taskiq](https://pypi.org/project/taskiq/). Currently it's...
@haffi96 RQ supports only redis. Also taskiq can pipeline tasks using taskiq-pipelines library and it's easily extendable.
@haffi96 Added a tag. Thanks for noticing.
Currently it's open to contributions. Personally I would prefer to create a library that can handle different JWT scenarios. After the lib is ready, it's easy to add it in...
Hi @jegork and thanks for advise. I don't have much experience with fastapi-users, but It would be really nice if this thing can cover all user-related questions. Also support of...
Answered here: https://github.com/python/typeshed/issues/7597#issuecomment-1117572695
I think this issue must be reopened, because FastAPI depends on type system and the `redis-types` lib can't be used with FastAPI. For all folks, who use redis with FastAPI...