Zachary Ware
Zachary Ware
See: https://github.com/mosquito/aio-pika/blob/5af608d05b05d65632652f0632d00af4729b265b/aio_pika/connection.py#L315-L330 If a URL is passed into `connect` or `connect_robust`, all keyword arguments (including `ssl_options` and things like `reconnect_interval`) are completely ignored. I can work around this by just...
There are a few useful changes that are [not available in the latest 0.11.1 release](https://github.com/aio-libs/aiocache/compare/0.11.1...master), such as #478 (fixing Redis `clear` with namespace that happens to be empty), #470 (quieter...
Syntax highlighting is broken without them. ## Self-Review Checklist - [x] Is this free of any warnings or errors in the RST? - [x] Is this free of spelling errors?...
Between #200 and #192, I wonder if we (/our users) wouldn't be better served to yank 23.12.11, clean up the warning situation, and do a new release. Thoughts, @nschimmoller, @ctheune?
When using a dirty hack to build custom platform-specific wheels for Alpine (setting `_PYTHON_HOST_PLATFORM` to "alpine", which `distutils.util.get_platform()` returns untouched), `packaging.tags._linux_platforms()` raises a `ValueError: not enough values to unpack (expected...
It's currently set up on the buildbot host outside of Salt, running as the `buildbot` user. It's listening on port 6667 (no SSL) and connected to irc.libera.chat 6697 (SSL) with...
...when bumping the minor version number. Also fix a minor typo in the area.
As stated in the title. I'm not sure if it's a packaging issue or what, but the 4.x version of the `buildbot_wsgi_dashboards` package doesn't include what's necessary to make ``...
- **Restore explicit typing_extensions dependency for py