pbouill
pbouill
yeah -- I also had to include my filters in the "configure" key -- otherwise was getting that "AttributeError: 'dict' object has no attribute 'configure'" ```python options = ''' var...
same issue using docker-compose with podman on windows/WSL2 when DOCKER_BUILDKIT=1 (buildx)
@oroulet -- some very rudimentary benchmarking here... node attribute value reads/writes... ```python async def async_timeit(func, *args, n_exec: int = 1, **kwargs) -> list[float]: exec_times = [] for _ in range(n_exec):...