Alex Oleshkevich

Results 19 issues of Alex Oleshkevich

What I'd like to see in the next release: 1. automatic session loading (probably via `loop.run_until_complete`) 2. move serializers to middleware (now they are in backends) 3. require explicit backend...

I know it is not the first time it is posted here but still, I could not find a working solution. My problem is that my application runs in CLI...

When https://github.com/encode/starlette/pull/1803 gets merged, then we have to promote `exception_handler` usage instead of middleware.

`ServerErrorMiddleware` ignores `handler` argument when app is running in debug mode. Instead, it [always calls the default one](https://github.com/encode/starlette/blob/master/starlette/middleware/errors.py#L167). ```python from starlette.applications import Starlette from starlette.responses import Response def my_handler(request, exc):...

feature

Fixes https://github.com/encode/starlette/issues/1802

Take 1 month and if no issues found release 1.0.