-
**What's the feature you'd like to ask for.**
Jinja2 supports async rendering. See https://jinja.palletsprojects.com/en/3.0.x/api/#async-support for details.
It would be great if Starlite would ad…
-
A new user asked on our if starlite would support "submounting applications" [like FastAPI does](https://fastapi.tiangolo.com/advanced/sub-applications/). While it is supported via the `asgi` handler,…
-
If you want, you can add the [Starlite Piccolo template](https://github.com/sinisaos/starlite-piccolo) to the templates. Maybe it will be useful to someone. Thanks.
-
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…
-
### Summary
Can you please add a dependency override to the application. Something similar to fastapi's app.dependency_overrides.
This is important when trying to override a dependency while writi…
-
[Starlite](https://github.com/starlite-api/starlite) is an up and coming [alternative](https://github.com/starlite-api/starlite#the-name-starlite-and-relation-to-starlette) to Starlette/FastAPI. It wo…
-
### Description
I have a small app that starts and works correctly in normal mode:
```
~/projects/nua4/nua-server main *8 +1 !7 ?2 starlite run -p 8003 …
-
### Description
I've tried starting the app in debug mode (`STARLITE_DEBUG=true starlite run` or `starlite run --debug`).
I don't get any meaningful messages when the app encounters exceptions, is…
-
Hi, if you want and think it's good enough, you can add the [Starlite Piccolo](https://github.com/sinisaos/starlite-piccolo) starter template to your list. The template includes several useful things …
-
## Context
I'm working on a project with non-API/non-RESTful routes where, depending on the result of backend processing, either one of these two types of responses should be returned:
1. A temp…