Florimond Manca
Florimond Manca
Refs #92 This PR updates the test and CI setup so it is fully compatible with 3.7 both locally and on CI. * Use postgres container on CI * Switch...
Hi there, I was looking at using this tool as a handy "plugged onto SQLAlchemy" replacement to a custom script. I hit #80 and saw that #86 might fix it....
Suggested in https://github.com/encode/httpx/pull/464#issuecomment-541045025 Preview: ```python self.auth = auth self._params = QueryParams(params) self._headers = Headers(headers) self._cookies = Cookies(cookies) self.max_redirects = max_redirects #: The dispatcher. #: A second line of comments. self.dispatch...
Currently when arel triggers a page reload, the page scrolls back to the top. In tight edit loops where we're comparing changes in the middle of the page, this can...
Prompted by https://gitter.im/encode/community?at=5f37fc0eba27767ee5f1d4ed As per the ASGI spec, when an application shutdown fails, the app should send the [`lifespan.shutdown.failed`](https://asgi.readthedocs.io/en/latest/specs/lifespan.html#shutdown-failed-send-event) ASGI message. Currently, `LifespanManager` does not listen for this message on...
**Checklist** - [x] This project is explicitly related to ASGI. - [x] The new list entry contains a project name, URL and description. **What is this project?** `aioprometheus` is a...
...In favor of: http://pypi.datadoghq.com/trace/docs/web_integrations.html#asgi We need: - An update to the README, with a link to the new official integration docs, and a mention that no further maintenance is intended...
Fixes #32, fixes #28. Still TODO: - [ ] Update docs. - [x] Validate on my personal website setup - see https://github.com/florimondmanca/www/pull/40 (doesn't actually use the backend API though).
There are no tests in the package yet, but I think it would be a good idea to add some — or at least set up a test module/package as...
Refs #1678, cc @adriangb I experimented with what a helper middleware to do some simple request/response peeks and edits might look like, and yet be pure ASGI -- no Starlette...