Ignas Anikevicius
Ignas Anikevicius
This is unfortunately working as intended since the publishing dep is something that the user can consume and it is not a `dev_dependency`. We could use the isolation of the...
In 1.4 the extension has been marked as reproducible, so the lock file will not help. See #2434. So for now just dropping the `experimental_index_url` usage is good enough for...
Does it mean that rules_python lock file would affect the root module?
This is unrelated to the ticket, but in the past it has been problematic to have `MODULE.bazel.lock` and test against multiple bazel versions using `--lockmode=error` (because bazel version affects the...
At dayjob Artifactory works fine with mirroring this. I think there may be an issue somewhere here - maybe our artifactories are configured differently?
Regarding comment from @fmeum > language imports using the runfiles library (rules_python has been discussing this at some point) Right now we are also researching ways to lay out the...
If you have any questions, feel free to ping me or @MattyKuzyk!
I wrote the initial version of the code and I'll share some thoughts here about the way threads are used in the code. Each container needs a separate thread and...
~Might be related: #1103~
Ah yes, you are correct here.