Tomasz Wójcik
Tomasz Wójcik
I like `ContextMiddleware` because it's very simple to understand and expand, even for minds that are not familiar with `async` Python. Some time ago it was advised https://github.com/tomwojcik/starlette-context/issues/18 to add...
Closes https://github.com/tomwojcik/starlette-context/issues/58 - starlette errors are returned as PlainTextResponse, so lets do that https://github.com/encode/starlette/blob/389cbfcaa529686bfd4cfab0bfa338a531a389c8/starlette/exceptions.py#L103 - add support for server / client errors. Server errors always return 500. Client errors 4xx...
https://github.com/jamesknelson/create-react-blog/issues/36
ticket https://github.com/jamesknelson/create-react-blog/issues/32 ~One thing I don't like about this solution is `cp` in `package.json` but I have no idea what is actually creating a build with `sitemap/index.html` instead of `sitemap.xml`.~...
https://github.com/jamesknelson/create-react-blog/issues/34
https://starlette-context.readthedocs.io/en/latest/contributing.html Dropped support for testing using docker. Now we use poetry locally.