Alex Eagle

Results 281 issues of Alex Eagle

When strict dependencies are missing in a bzlmod repository, the message printed is like ``` ** You can use the following buildozer command: buildozer 'add deps @@rules_jvm_external~4.5~maven~maven//:com_google_guava_guava' //client/src/bazel/bootcamp:logger_grpc ```

Bazel integration should typically support Windows. rules_oci is close to windows support, and https://github.com/bazel-contrib/rules_oci/issues/309 proposes to bake this tool into that ruleset, so we'd want it to work on windows...

I think only a Googler can repair this, since the `copy.bara.sky` file isn't included in the open-source project. All commits have a first line BEGIN_PUBLIC which violates the git convention...

### What is the current behavior? Users can't exclude things from the generated layer, for example tools that bring in a bunch of fat native binary dependencies. We made a...

enhancement
untriaged

### What is the current behavior? Users are expected to do a lot of "last-mile" work to adapt the instructions from their framework to be viable under Bazel. ### Describe...

enhancement
discussion needed

### What happened? Under bzlmod, `update_pnpm_lock` fails on the first attempt. ### Version HEAD ### How to reproduce In rules_js, 1. `cd e2e/npm_translate_lock` 2. modify package.json, like `"semver": "7.5.4"` then...

bug
funding needed

According to https://github.com/aspect-build/rules_js/issues/1167 wrapping the "tar" with an rctx.which will convert to an absolute path, which won't have this problem.

--- ### Type of change - Bug fix (change which fixes an issue) - New feature or functionality (change which adds functionality) - Style (white-space, formatting, etc...) - Refactor (a...

### What is the current behavior? Users can add `pnpm.packageExtensions` to their `package.json` file, just like pnpm says to do. However, under pnpm, this is automatic: https://pnpm.io/npmrc#ignore-compatibility-db > During installation...

enhancement
funding needed

### What is the current behavior? Users may have slow type-checks in their devloop due to npm_package that contain .d.ts files. #1205 adds a flag to avoid this, but it's...

enhancement
discussion needed