Malte Poll
Malte Poll
@oreflow very gentle ping on this. I'd love to see this merged so I don't have to carry a patch for buildifier. Bazel users outside of Google often need a...
I think this is a great idea! Bazel is slowly standardizing how licenses are attached to targets. The current progress is shown in [`rules_license`](https://github.com/bazelbuild/rules_license), which might be split up into...
Adding back the linker flags `--undefined dynamic_lookup` did not fix the missing Foundation framework at link time. I'll try to investigate why we depend on the framework in the first...
> The failing [test](https://github.com/tweag/rules_haskell/blob/96e231409b772859926914e76296e894982db600/rules_haskell_tests/tests/recompilation/recompilation_workspace/WORKSPACE) uses `haskell_register_ghc_nixpkgs` but does not configure a nixpkgs cc toolchain. That is probably not something that should be supported, but it worked with Bazel 6 /...
@Strum355 that is surprising. I created a reproducer in this branch: https://github.com/tweag/nix_bazel_codelab/tree/malt3-esbuild-reproducer Could you try the following instructions on NixOS? - check out the repository and branch - enter the...
If you look around in the directories generated by repository rules, you should be able to see the mycurl repo: ``` ls $(bazel info output_base)/external/mycurl ``` I would check if...
That makes a lot of sense, and it is what I feared would be the reason. We can close the issue here if you want, since this is a restriction...
Thank you for reaching out. I have seen the new, rules based approach and it looks very promising. Without having looked at it at a deeper level, I’m not sure...
Looking at the test failures, I would assume that there are other related features missing. Does anyone understand the list of features well enough? It looks like this was disabled...
Hello, I will try to answer the open questions. > Are webhook controllers? So, why should it be in the controller's folder? You are right. Depending on your viewpoint, webhooks...