Alex Eagle

Results 1034 comments of Alex Eagle

Is there a good reason this repo should use Bazel @HEAD? As an example for end-users it would be more appropriate to use the latest LTS as the primary CI....

Thanks @tjgq > copy files around instead Note that they are often huge. PyTorch with cuda is multiple GB by itself and some clients need to build that into multiple...

I think it's a design mistake for a repo to provide both a Bazel module and language-specific libraries. I suggest dropping Maven and let the user give the label of...

Is it possible that we just don't re-use the same output folder? Could we trivially add a numbered parent folder in the path, similar to Bazel's sandbox? Maybe use the...

Note that I did an experiment for this at the PackagingCon hackathon last year: https://github.com/bazelbuild/examples/compare/main...sbom

rules_license appears to be dead on arrival, not adding a dependency on it. Let's hope supply-chain does better.

This repo is green with the version of stardoc we're using, and whatever repo you created with rules-template is free to choose a newer version if it's red there. So...

I'm sure we could, but we don't have anyone volunteering to do that work. I'm just trusting this engineer from trunk.io that it does solve an issue https://github.com/aspect-build/rules_swc/pull/274/commits/38764a7307fcea781b08b4ee4dfad256f1038991

@fmeum is there a better recommendation to align the Go toolchain version between Bazel/non-Bazel? I didn't even add any assertion here. For rules_ts we do something to read the canonical...