Dan Hipschman
Dan Hipschman
I would like to see the Python SDK and Docker CLI behavior in sync, so support this PR, but should point out that the current difference is documented: https://github.com/docker/docker-py/blob/b37a25d70b7d483cc0fbc78fb6863636ca84cbb3/docker/models/containers.py#L846-L858 This...
Yea, I was just saying two things: * Could you update the documentation of `ContainerCollection.create` so it says it will try to pull the image if it doesn't exist locally?...
The coverage upload stopped working around Apr 7, 2025:  Here's some sample output from the CI job (the job passes even though upload fails): ``` ==> Running upload-coverage ./codecov...
Thanks for the review @sharifhsn! Ok if this approach is fine then I can polish it up and include docs and tests. Just to add a little more about the...
I made a separate [PR to fix CI](https://github.com/sharkdp/hexyl/pull/249), although I couldn't figure out the Windows build issue so just removed that target from the tests. I added some notes in...
Ok, this should be ready for review! I updated docs and added tests. I noticed there are currently no tests for color. I assume this might be because strings with...
Good call on the env var names. I've updated those all to use a `HEXYL_COLOR_` prefix now.