Ramon Buckland

Results 34 comments of Ramon Buckland

convco does the right thing yes, however, the underlying issue in `libgit2` means that convco cannot be used on repositories that use worktreeconfig git extensions.

The actual work around is as follows: ``` # BUILD python_tests( sources = [ "**/test_*.py", ], tags = ["test_py3_single"], ) python_tests( name = "test_py3_matrix", interpreter_constraints = parametrize( py310 = ["CPython==3.10.*"],...

There are a number of PRs sitting in the queue. Are these going to be looked at / investigated ?

The folks at kaniko' advice is that `kaniko` is run from it's own docker image, and is not really a "tool" to operate inside another container. This thread does shed...

DO we have a follow up for this ? v1.0.1 is showing as the latest release. But the docker images are all v0.8 (version tagged)

This was using `FROM python:3.10-slim`

> Thanks @rbuckland for implementing two qubit backend. This is necessary for unittest of future two qubit PRs. I think current PulseBackend is not capable of implementing two qubit architecture,...

:heavy_plus_sign: 1 ``` ❯ pip freeze |grep -Ei "xarray|numpy|netcdf" netCDF4==1.6.3 numpy==1.23.3 xarray==2023.4.2 ❯ python -c "import xarray;import warnings;warnings.filterwarnings('error');import netCDF4" Traceback (most recent call last): File "", line 1, in File...

it does not seem to be. This fork has added 4.11.1 support - https://github.com/GorNishanov/rules_antlr