Alex Eagle

Results 430 comments of Alex Eagle

Note: I think someone with permissions needs to create the "Can Close?" label on this repo before the GH action runs

Yes I mentioned it in https://github.com/bazelbuild/bazel-skylib/pull/324#discussion_r840723348 the particular rule in this case is https://github.com/bazelbuild/rules_nodejs/blob/stable/internal/js_library/js_library.bzl#L34-L38 Granted, that rule uses the private API of `copy_file` and therefore there's no support guarantee for...

That looks interesting, but it's totally orthogonal to this fix, right?

the most recent alpha versions on https://github.com/bazelbuild/rules_kotlin/releases have >22MB tgz files.

I think this was fixed by #136 @tetromino want to close it? (I'd be happy to sign up as a maintainer for bazel-skylib if the load is currently too high)

My understanding is that `select()` in an unconfigured build (e.g. `bazel query`) will follow all the branches, downloading too much. But in a configured build like `bazel cquery` or `bazel...

FYI we discussed in the SIG meeting that the group is fine funding Fabian's time to write that design doc.

The JS distribution of dart-sass on https://npmjs.com/sass uses `require` in Node.js to locate dependencies, but this depends on "hoisting" behavior where the package manager places those dependencies in the top-level...