Gary Donovan
Gary Donovan
**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?** Framework-independent ASGI middleware...
Skip tests that use `freeze_time` when testing server mode. This is because freeze_time is unable to affect the time on the external server process, which makes the tests fragile and...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...
When FastAPI runs a non-async *dependency* or *handler*, it puts it into an internal thread pool so that the async execution doesn't get blocked. I'm pretty sure that the trace...
I'm not entirely sure now that I want to do this for pypi... However, I think we can do this by concatenating (part of) it to the README in the...
eg. I have seen some auto-generated pages, with the top N contributors. Try https://allcontributors.org/docs/en/overview
See https://github.com/encode/starlette/issues/1678
See https://github.com/timofurrer/awesome-asyncio ...if we think it belongs there
Add a default bug+usage checklist to help users find problems on their own. Perhaps also add to doco. See some ideas for content in the discussion in #88