-
### Summary
Would be possible to include documentation for this services in the documentation ?
They are becoming more common to use them (and their competitors) so I think having a section for th…
-
### Summary
The [current docs page](https://docs.litestar.dev/2/benchmarks.html) only reports Requests per second, which is definitely a very important metric for web frameworks. However, [latency is…
-
Hi, I've been using `picologging` in an ASGI Framework called `Starlite`. It looks like `picologging` creates a memory leak when used in this framework. If I switch to the Python stdlib `logging` mo…
-
Swagger is version 2.0 of OpenAPI, we should promote the OpenAPI standard :) especially since OpenAPI 4.0 is being released this year!
Wanted to open a discussion about renaming or potentially havi…
-
Hi, first this looks like a cool project! I was trying your basic person list demo using litestar as the framework rather than fastapi. When I tried to the code I get an error saying that fastui.dev r…
-
**What's the feature you'd like to ask for.**
First off, lovely framework. I would like for it to be possible to "inherit routes" when I use `starlite.Controller`, in code speak this roughly translat…
ghost updated
11 months ago
-
### Description
This could be user error. Trying to add examples to the request body.
The body has no problem with generating the schema and "example value" based on the structure but I can't see…
-
### Summary
When running outside debug mode `LITESTAR_DEBUG=0` it's challenging to understand what went wrong (framework-related). A few behaviors that are not entirely obvious may cause the app to…
-
### Summary
https://docs.litestar.dev/2/usage/requests.html#request-body states that:
> The type of data an be any supported type, including
>
> - [dataclasses](https://docs.python.org/3/libr…
-
### Summary
Allow dependencies for DI to be given like `[provide_service_one, provide_service_two]` instead of `{"service_one": provide_service_one, "service_two": provide_service_two}`.
The depen…
guacs updated
9 months ago