Alex Faxå

Results 24 comments of Alex Faxå

It is good there is an option to choose but you are choosing between two evils: either you get the pyc cache misses or you have to go out of...

> please try upgrade to 4.24 and see if problem still remains Same problem for me on 4.24.

Still seeing this on 4.25.0, I'm staying on 4.22.1 which works well. My compose: ``` transmission-openvpn: container_name: transmission restart: unless-stopped cap_add: - NET_ADMIN volumes: - '/path:/config' - '/path:/data' environment: -...

> Just revisiting this and tried to update to 4.26.1 (131620) with the same ongoing issues and no resolution. Anyone know what issue is being tracked by Docker for this?...

> CI is red This was because some args are like `$ORIGIN/_solib_k8/_U_A_Atoolchains_Ullvm++llvm+llvm_Utoolchain_S_S_Comp___Ulib` with $ORIGIN was now being expanded instead of passed through. I've proposed a fix but I am not...

I think this is a dupe of https://github.com/hedronvision/bazel-compile-commands-extractor/issues/140? My understanding is that when you `bazel build //:refresh_compile_commands` the symlink target path in `~/.cache/bazel/_bazel_$USER` is pruned to only include the dependencies...

Could this be the same as https://github.com/Tinder/bazel-diff/issues/134?

I don't have an answer, but as a meta comment think the `--seed-filepaths` flag should be better documented. I have seen it suggested in a few places but I keep...

`--noenable_bzlmod` is unfortunately not an option if your project is on bzlmod... I guess this can be considered as a feature request to support bzlmod.

Same with deleting `exporst_files`. I guess that is because these targets do not have a name.