-
### 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…
-
### Description
Link: https://docs.litestar.dev/3-dev/usage/dto/1-abstract-dto.html
Right now it is very hard to read the code, since it is yellow on yellow.
For some people who have problems…
-
### Description
Hi today, CSRF request client to both send the cookie and a header however I have trouble to send the header since the cookie is a httpOnly one that I can't access in my javascript …
-
### Description
First problem: low contrast on light theme:
I can hardly read what grey and yellow texts say.
One can argue that this is a problem of my setup / theme, but I've never seen t…
-
### Summary
Right now https://docs.litestar.dev/latest/usage/dto/0-basic-use.html starts with:
and I was like: wait a second!
> Here we demonstrate how to declare DTO types to your route ha…
-
### Description
A `ContextVar` set within a `lifespan` context manager is not available inside request handlers. By contrast, doing the same thing via an application level dependency does appear se…
-
### Description
This leads to resource leakage. Possibly relevant to #2958.
### URL to code causing the issue
https://github.com/vrslev/litestar-sse-cleanup-issue
### MCVE
_No response_
### Step…
-
Litestar CLI cause crash on application exit, but when I start via granian cli, it works cool.
MCVE:
```python
def init_app(
init_api_routers: Callable or None,
structlog_config: Struc…
-
Although it's possible to annotate using the [inner type](https://peps.python.org/pep-0484/#arbitrary-argument-lists-and-default-argument-values), and more recently the ability to [`Unpack`](https://p…
-
### Summary
Support composite primary keys for all identifiers in the SQLAlchemy repository.
### Basic Example
_No response_
### Drawbacks and Impact
_No response_
### Unresolved questions
_No …