Alex Eagle

Results 412 comments of Alex Eagle

FYI @thesayyn I can't make a direct edit in the chainguard-dev fork of BCR to add the missing `bazel: ["6.x", "7.x"]` to green this up. I think we have to...

@gregmagolan and @tjgq have had an email thread about it. I think it's a matter of finding some time for it. Our clients observe it sometimes too, we are just...

Yes, that change includes the version bump for rules_js that @gregmagolan mentioned 4d ago

Okay sure, but does that "honest race in Skymeld" have an owner? I don't think Greg or I are planning to do more here, and I don't love having an...

For Aspect's rulesets, our solution for this is to treat the stardoc markdown view as the "not very good presentation layer". For example https://github.com/aspect-build/rules_ts/blob/main/docs/rules.md#ts_project-srcs suffers from this problem, appearing as...

I think it's pretty complicated to contribute since it's wired up with our docusaurus docsite and node-based rendering pipeline. Also every time I try to contribute here I get stuck...

Yep, we had a bad de-opt in rules_nodejs that was similar: https://github.com/bazelbuild/rules_nodejs/issues/2620 Do you have a bazel profile like in that issue, showing the severity of this? might help to...

Yeah that makes sense, our shebang lines all indicate we run only under bash. Probably half the time required to fix this issue is just figuring out how we ought...

Also, why do you mention runfiles here? That seems unrelated to me

I just ran into this again, and the solution linked above from @brentleyjones is really nice: Just add to `.bazelrc`: ``` # Don't depend on a JAVA_HOME pointing at a...