-
### Description
subclassing
```python
class BigIntAuditBase(CommonTableAttributes, BigIntPrimaryKey, AuditColumns, DeclarativeBase):
"""Base for declarative models with BigInt primary key…
-
### Summary
at the moment the openapi route skeleton uses a dataclass that extends Operation. this is only set'able on the actual route.
`@get(..., operation_class=CustomOperation)`
`Router(..…
-
`Swagger` and `Redoc` docs does not work with the latest version of Litestar. For now we can pin the version to `Litestar==2.11.0` (latest working version). I will open an [issue](https://github.com/l…
-
### Description
Piccolo ORM has a feature for scaffolding simple ASGI applications for various ASGI frameworks. I notice that
`Swagger` and `Redoc` docs do not work with the latest version of Lite…
-
With respect to reports by a user, it seems as though Django is too slow for a quick startup.
I recommend considering a micro-framework like [Flask](https://flask.palletsprojects.com/en/3.0.x/), as i…
-
### Summary
There seems to be no way to have a state that is unique to a particular websocket connection. Or maybe it's possible, but it's not documented?
### Basic Example
Consider the follo…
-
### Discussed in https://github.com/nginx/unit/discussions/1100
Originally posted by **bunny-therapist** January 29, 2024
I am running a FastAPI app using nginx unit, and using a python script…
ac000 updated
6 months ago
-
With last release of Uvicorn 0.22.0 doing CTRL+C in a windows terminal doesn't work anymore.
Everything is frozen and it is impossible to stop it. In addition the command --reload is broken too, bec…
-
It would be great if we could get the actual values of validation errors passed to ValidationError as attributes. Currently the best way to do this is to pass a regex over the error string ("Expected …
-
Hi, I stumbled across your framework and while reading the documentation I noticed that Lilya was virtually identical to Starlette.
What are the differences between Lilya and Starlette? Is it a for…