Joe Gordon
Joe Gordon
Symtoms: Every so often docker builds break (fail to complete) and upon further inspection most of the CPU on the system is consumed by the docker process itself. If we...
Thank you for the fix for https://github.com/moby/buildkit/issues/4942 unfortunately we are still seeing the same issue with the latest release https://github.com/docker/buildx/releases/tag/v0.15.1 should have buildkit 0.14.1 and buildkit 0.14 has this fix...
**Describe the bug** project has some typoing but is missing the py.typed file as per https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker **To Reproduce** Run mypy against the following snippet ```python import prometheus_api_client ``` ``` error:...