Pavel Kirilin
Pavel Kirilin
Alembic is a really great thing for creating database migrations. Please consider using it for all new projects that use SQLAlchemy. But that thing should be unrelated to the problem....
Hello, guys. It's been a long ride, but finally taskiq is mature enough to be integrated in fastapi-template. To close this issue I've created a project, lol, but now I'll...
Hi! This template comes with Dockerfile, and you can easily build an image with your application inside. After the image is ready, you can deploy it. 1. Build the image...
> I need to upload vme_server image to the Dockerhub, and then load this image in AWS through methods such as ECS or Fargate Yes > Do I need to...
Hello, and thanks for raising an issue. It's a cool idea, but I think it would be hard to implement. Since we can select different ORMs and Databases. Personally I...
I had that question in mind. I don't want to restrict people choose ORMs. So we can add this option in features menu and mark it as `unstable`. This feature...
> May be Amis Admin? https://github.com/amisadmin/fastapi_amis_admin It looks nice. I'll be ready to add it next week. Or you can submit a PR. On screenshots I've seen only Chinese language....
@alldevic, thanks for researching it. English is enough.
I guess that simplest way to acomplish this is to write an additional script that would reformat the code with PEP604.
> Pavel, is it possible to convert the code to PEP604 using a linter? Maybe. Here's ruff's [docs](https://docs.astral.sh/ruff/rules/non-pep604-annotation/) on the feature. But the automatic fix is marked as unstable. Also,...