Alex Eagle

Results 396 issues of Alex Eagle

### What is the current behavior? _No response_ ### Describe the feature When we write a new `npm_link_all_packages` in a new subfolder we should add it to .bazelignore too.

enhancement
untriaged

### What happened? 1. register a cc toolchain so we can flip this flag in the generated workspace `build --noincompatible_enable_cc_toolchain_resolution` 2. figure out how to install pre-commit using bazel so...

bug
untriaged

### What happened? We assume we can search for tilde here: https://github.com/aspect-build/rules_js/blob/b1dc67f34cfbe06dac06ea7c708d48e869df733e/npm/private/npm_translate_lock_helpers.bzl#L519 but this is not a guarantee from Bazel. context: https://bazelbuild.slack.com/archives/C014RARENH0/p1719237766005439 from @fmeum > PSA: It may be necessary...

bug

Fixes #212 --- ### Changes are visible to end-users: yes - Searched for relevant documentation and updated as needed: yes - Breaking change (forces users to change their own code...

Mirrors how the `transpiler` attribute works. Here's a profile, showing that `frontend` and `backend` targets are type-checked in parallel with `core` even though they both depend on it. The small...

### What is the current behavior? _No response_ ### Describe the feature rspack is faster than webpack, but nearly 100% compatible

enhancement
help wanted

https://webpack.js.org/concepts/module-federation/ aka. Micro-Frontends is a way to break up a monolith app into several, which can then still be loaded at runtime into a Single Page Application. This is typically...

enhancement
help wanted
need: funding
example

Remove WORKSPACE contents. They're not needed for local dev since bzlmod is enabled, and examples/end-users don't see the WORKSPACE file.

Note, you'll also have to install the Publish to BCR app on this GH repo, and make a fork of the bazel-central-registry repo (for your PRs to originate from) and...