Andy Freeland

Results 36 issues of Andy Freeland

### Description limactl version 0.19.1, macOS 14.2.1, using Colima 0.6.7 with Rosetta enabled. On one of our internal projects, an amd64 Docker build seems to hang forever when Rosetta is...

platform/ARM
kind/external
component/vz

I would like to be able to store the query history in the History tab in browser storage instead of in the server memory. This would make it per-user and...

Any chance you could tag a new release and update the Brew formula to include a5bb5e770c332fafc589758b4692465d22a4868d (basic Python 3 support)? I can always download the latest master, but the Brew...

It looks like this SDK has type hints for its methods, but right now those won't be picked up by mypy without a `py.typed` file in the package: https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/

This patch adds `python_requires` to `setup.py` so that pip won't install this on Python 2.7, 3.5, or other unsupported versions.

This PR also has a small fix for Python 3 compatibility.

CLA Signed

Sometimes when running tests with semi-random data (e.g. from [factory_boy](https://github.com/FactoryBoy/factory_boy)), you know the test will fail if the generated data matches some condition. Rather than execute the test when you...

enhancement

We're seeing our test suite occasionally fail to start with `pytest_internalerror() was called on the worker`: ``` gw0 C / gw1 C / gw2 C / gw3 C / gw4...