Yazan Sharaya

Results 2 issues of Yazan Sharaya

**Bug Report** Mypy false positive: Mypy thinks that setting the converter class attribute for a subclass of `logging.Formatter` to something like `time.gmtime` is wrong. **To Reproduce** ```python class UTCFormatter(logging.Formatter): """An...

bug
topic-calls

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When a high number of concurrent requests are sent using...

kind/bug