Micah Rosales

Results 4 issues of Micah Rosales

In a handful of places the word "chunk" is spelled `Chunck`, which makes for an awkward public API call of `uploader.UploadChunck`. It would be annoying to fix since its a...

I was expecting something like the following example to work, but it does not. This originally came up in: https://github.com/tiangolo/fastapi/issues/1204 ```python from async_generator import asynccontextmanager class GenClass: async def __call__(self):...

**Is your feature request related to a problem? Please describe.** The `handler.Config` struct takes a `*log.Logger` for adding internal logging functionality. My applications tend to use structured logging via another...

enhancement