Romaric Parmentier

Results 6 comments of Romaric Parmentier

To whoever is looking for how to do it with `with_kwargs`, here it is: ```python with_kwargs( tmpfs={"/var/lib/mysql": "rw"} ) ``` This sped up `mysql:8.0` docker container start up by 3...

I have the same issue. This workaround let me move forward but I can't migrate to Bazel 8.

When I ran into this issue at first, I started to use this workaround with `git_override`. To migrate to Bazel 8, I needed #133 and until this one (#122) is...

Agreed and I'm starting to doubt this is actually the source of my issue. I tried `uv` instead of`pdm` but as soon as I upgrade to pycross `0.7.1` I get...

To whoever comes here, I managed to migrate to `uv` following example from `e2e/`. No more issues.