Aarni Koskela
Aarni Koskela
## What I did I investigated `dockerd` with `strace` and noticed it was doing a lot of rather small (less than 16k) writes to the `GetImageBlob` temporary files. ## How...
I didn't investigate thoroughly (yet), but see title. The gist of the problem is: * If you have `"credsStore": "desktop"` (or other) configured in `~/.docker/config.json`, `docker-py` picks that up into...
macOS arm64, uv 0.4.24 ``` $ uv tool run cyclonedx-bom The executable `cyclonedx-bom` was not found. warning: An executable named `cyclonedx-bom` is not provided by package `cyclonedx-bom`. The following executables...
This PR (sibling of #178) modernizes the tests to be more Pytest and less Unittest. Please see each commit's message for details.
This PR makes `aiohttp` and `requests`, only required for `geoip2.webservice`, optional dependencies. They can be installed separately (many projects will likely have `requests` anyway), or using the extras provided, i.e....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `cacache` caches (e.g. those created by `npm`) don't contain a [`CACHEDIR.TAG`...
The changelog file hadn't been maintained since [2.1.1](https://github.com/redis/hiredis-py/releases/tag/v2.1.1).
This PR updates the Travis/Coveralls badges to GitHub Actions/Codecov. As an aside, Codecov reporting seems to be broken – the "Upload coverage" step says: ``` info - 2024-10-09 01:50:06,363 --...
It might be worth it to look at using `zopfli` when creating the tarballs that are uploaded as actual version releases. It takes significantly longer to compress, of course: ```...