-
Hi,
Is there any plan to add a Formatter that supports [FastAPI](https://github.com/fastapi/fastapi)? It would be great for those using FastAPI with ELK stack to have built-in support, especially f…
-
untuk Devkit, Fitur-fitur bahasa pemrograman yang dibutuhkan antara lain :
1. Mendukung Asynchronous
2. Mendukung database sqllite maupun mysql/mariadb
3. Bisa melakukan SSH
4. Mendukung Interaks…
-
It's one of the top 3 popular Python web frameworks this day and is async only, so it's important for applications that make long network calls. Would love built-in support for it.
-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Hi, was working on a task and ran into an issue where…
-
**Describe the bug**
I use Tortoise ORM with FastAPI contrib and MySQL database. There are some places in my code where I use `toirtoise.transactions.in_transaction` and it causes this error sometime…
-
### Migrating from Flask to FastAPI to achieve performance, for more have a look at the discussion [here](https://github.com/hotosm/tasking-manager/discussions/6212)
Steps for the migration
- [x] …
-
Instead of the [Union type](https://github.com/adamsussman/flask-pydantic-api?tab=readme-ov-file#response-object-flexibility) for response flexibility, have you considered defining the response model …
-
## Feature Request: Customize FastAPI Metadata
### Description
Add a way to change FastAPI metadata (like title, description, license info, contact details, etc) and control the visibility of do…
-
## Overview
**pgstacrs** will be a "full access" Python API for [pgstac](https://github.com/stac-utils/pgstac) backed by the [pgstac crate](https://crates.io/crates/pgstac).
## Prior art
- [p…
-
Hi 👋🏻
I was using fastapi users in one of my project and tried my best to customize according to requirement however I now come to deadend where `fastapi_users.get_users_router` includes multiple …