Florenz A.P. Hollebrandse
Florenz A.P. Hollebrandse
It seems that all Docker image builds use the tag `latest` without having any specific release tags, e.g. `1.0` etc. Good practice suggests that users should ideally use "pinned" versions...
### Is your feature request related to a problem? See #6908 for discussion with @Dreamsorcerer We are have a continuously running service that makes HTTP requests using `aiohttp`'s client. These...
[Work in progress] Initial basic refactor of `BasicAuth` object, generalized as an async callable/coroutine. ## What do these changes do? TODO ## Are there changes in behavior for the user?...
Description =========== We're using the RPM packages from the Confluent repos. It appears that these packages are missing essential metadata. For example the packager information is missing and the changelog...
We're attempting to mock HTTP responses requested from within a Python thread pool. Is that supported? The following example suggest it does not work, unfortunately: ```python import concurrent.futures import httpretty...
### System Info N/A ### Who can help? @stevhliu | @MKhalusova ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks -...