Gary Donovan

Results 22 issues of 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...

github-action

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...

bug
enhancement

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...

documentation
good first issue
gentleman-tools

eg. I have seen some auto-generated pages, with the top N contributors. Try https://allcontributors.org/docs/en/overview

documentation
gentleman-tools

See https://github.com/encode/starlette/issues/1678

documentation
third-party

See https://github.com/timofurrer/awesome-asyncio ...if we think it belongs there

documentation

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