Sebastian Eßfeld
Sebastian Eßfeld
Is this still something that we want? I had to implement that for us, if you'd be interested I could upstream that. In that case, I'd like some pointer on...
Pretty much, I added a PR.
For me, this was related to [bazel-skylib](https://github.com/bazelbuild/bazel-skylib). Something in my workspace I before `gazelle_dependencies()` was pulling in an older version than the one Gazelle uses. After I added a never...
We had the same issue at one point. The issue is basically version drift between the `go_googleapis` workspace, and the `google.golang.org/genproto/googleapis` module. When a target uses both as a dependency,...
Good question, this was two years ago... I guess brute force looking through all the load statements in our `WORKSPACE` file. In workspace mode, Bazel uses the first version of...
Full disclosure: I haven't touched this PR since I opened it, but we've been using this implementation internally since then. Where I was unsure is with the typecast that I...
The last version this works was 17.0.3. From 17.0.4 onward this happens, specifically from https://github.com/angular/angular-cli/commit/0634a4e40f1b2e4c0a076814f3e1b242ccf1a588 onward. From what I can tell, this is caused the build escaping the sandbox. I...
I gave it a quick try and it doesn't resolve the problem.
If I understand the readme of the webpack sass-loader correctly, `~` is deprecated. We added the `include_paths` option to the solution that @mattem provided and it works with both Bazel...