-
### Description
if using a custom env like described in https://docs.litestar.dev/2/usage/templating.html#registering-a-custom-template-engine I cannot add template callables, the registration is byp…
-
### Summary
It would be nice to have a nice abstraction for injecting globals into templates so that we don't have to do such a dance around this current process (see #basic-examples)
### Basic Ex…
-
As talked about in https://github.com/starlite-api/starlite/issues/151#issuecomment-1362615818, the command to bootstrap a new Starlite application should not be part of the CLI, since they have to co…
-
### Summary
Currently if in a template I want t o do:
``
then in litestar I have to explicitely use the name kwarg in the handler's decorator:
```
@get("/login", name="login_get_name")
async d…
-
### Summary
Right now the `OpenAPIController` limits the docs to redoc and swagger. it might be a nice idea to allow a normal "route" to serve the main html doc file. allow a controller function in t…
-
### Description
If the return type of a route has more than one field which is generic on one or two (possibly more?) types the expected serialization does not occur.
TL;DR
Current behavior: Se…
-
### Description
`pytest` returns an exit code of 5 when it finds no tests. This causes the CI to fail. I think there are two options:
- disable the tests as part of the CI for this repo until test…
-
### Summary
## What
After reading through it this is quite a long page, even with adding to dropdowns.
rfc @litestar-org/maintainers, open to not doing this too - but as someone who just read t…
-
when i start evidently collector service i get below error
{
"detail": "Not Found"
}
-
Wondering how difficult it would be to eventually add a third choice in the `piccolo asgi new` for selecting the database...
I'm just setting up a Litestar + Piccolo environment for the first time,…