Alex Eagle

Results 280 issues of Alex Eagle

For example, we use https://github.com/kythe/kythe to index Google's code and store the result in our datastore This is nice since you can run analyses that span languages, in a polyglot...

It was disabled to land https://github.com/aspect-build/rules_js/pull/403#pullrequestreview-1082899839

enhancement
prioritized

Should be able to build a package and publish it to some registry

enhancement
help wanted

I put a `tags=["requires-network"]` on a js_test. Turns out the `entry_point` is a source file, so it gets copy_to_bin_action, but another test in that package had the same entry_point, and...

enhancement

Show https://rules-proto-grpc.com/en/latest/lang/js.html and/or https://github.com/stackb/rules_proto/tree/master/rules/nodejs examples in this repo.

help wanted
example

This ensures that our bundle is up-to-date as the version is bumped note: the lifecycle/min/index.min.js file is different from before, which is clearly undesirable. I pinned to the same versions...

Start from latest `create-react-app` and then wrap the supplied build system with Bazel using rules_js.

example

https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow#create-and-check-in-a-project-specific-npmrc-file In practice we probably just have to validate that the Bazel downloader config flag is set, and the downloader config has mirrored the settings from .npmrc.

enhancement

When looking at a Bazel profile, the subprocesses are big black boxes. When you spend 30s running an `ngc` action, you really want to know what's taking the time in...

enhancement

If the user has https://pnpm.io/npmrc#public-hoist-pattern and/or https://pnpm.io/npmrc#shamefully-hoist in their .npmrc, we should honor these and lay out our node_modules symlinks into the virtual store in the same way pnpm would....

enhancement
funding needed