-
`Starlite` has now been renamed to `litestar` (https://github.com/litestar-org/litestar), so we should update the docs accordingly.
Also, the [goals of the Xpresso project have changed](https://git…
-
## Feature Request Type
- [ ] Core functionality
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [x] New behavior
## Description
Hi there, as discussed in the…
-
I believe this circled `API Reference` is supposed to say Template and be a link.
Page: https://starliteproject.dev/lib/usage/responses.html#template-responses
Code:
https://github.com/sta…
-
-
**Describe the bug**
Installing starlite with `pip install starlite[jinja]` as outlined in the documentation fails, since there's no such extra defined in pyproject.toml
https://starlite-api.githu…
-
# Starlite CLI
Discussed in https://github.com/starlite-api/starlite/discussions/603
Current draft PR: #936
## Todo
- [x] Basic CLI framework
- [ ] CLI commands
- [x] Running an appli…
-
I´m trying to open saq dashboard on docker.
I´m using de the config from a starlite template (https://github.com/starlite-api/starlite-pg-redis-docker).
```
Here is the the docker compose, with som…
-
**Describe the bug**
When using the RateLimiter middleware, the `exclude` path does not seem to be honored. In the code example below, the app serves an HTML response to the root URL path. In the H…
-
**Describe the bug**
When caching the response of a get request for a `Template`, I get the following exception which throws a server 500 error:
`AttributeError on GET: Can't pickle local object …
-
Referencing [this comment](https://github.com/piccolo-orm/piccolo_admin/issues/211#issuecomment-1296162409), the new `is_mount` flag isn't working for the piccolo-admin case. Given modifying the admin…