-
### Description
Inheriting route handlers from a base Controller doesn't work as expected, looks like the latest registered controller overwrites the previous ones.
### URL to code causing the i…
-
### Summary
It looks lite the existing solutions like https://github.com/stephenhillier/starlette_exporter and https://github.com/trallnag/prometheus-fastapi-instrumentator don't work with Litestar a…
-
### Description
When a query parameter without a default (e.g. `Parameter(min_length=1)`) and a query param _with_ a default both fail validation, the latter validation error will not fire correctly,…
-
### Discussed in https://github.com/orgs/litestar-org/discussions/1463
Originally posted by **4n1qz5skwv** April 9, 2023
Currently, Uploaded files are stored in temporary location. In order t…
-
### Description
Hello! I just stumbled across your great project, but I ran into a problem:
I am inheriting some types from pydantic like
`pydantic.SecretBytes` or `pydantic.SecretStr` and extendin…
-
We should consider adding a CLI that will allow users to quickly scaffold a project with a default folder / file structure, readme, tooling etc.
A good example is the NestJS CLI.
I'd like to discu…
-
Sonar complains about several functions having too high "cognitive complexity", see --> https://sonarcloud.io/project/issues?resolved=false&severities=CRITICAL&id=starlite-api_starlite. It would be ni…
-
This is a suggetion- we could add a `cache` reserved kwarg, which will cause starlite to inject the cache backend to route handlers:
```python
from starlite import Cache, get
get("/")
async d…
-
### Description
I am migrating a simple starlite application to litestar and noticed that the pattern/regex field of the parameter doesn't get validated anymore. I used this [this guide](https://do…
-
### Summary
Enforce conventional commits for all commits to ease the generation of changelogs, then use this newly standardized stream of commits with another tool to generate beautiful changelogs fo…