Alex Eagle

Results 277 issues of Alex Eagle

When I publish a new commit to a PR, buildsize updates the comment it made earlier. This is nice to reduce spaminess on the thread, but on the other hand...

I'm trying this out for angular/angular which has a clunky brittle size-limit test. I see from https://github.com/alexeagle/angular-bazel-example/pull/74 that I get a nice comment from the bot. But I also want...

The last commit on https://github.com/angular/angular/pull/22040 fixes the size regression, as indicated in the status ![el4s0djjazw](https://user-images.githubusercontent.com/47395/35874717-217697be-0b22-11e8-9a85-acc1c16215d1.png) However, the comment from buildsize is still on the thread and was not updated or...

_From @IgorMinar on April 18, 2018 10:7_ ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting -...

feature
area: schematics/angular
feature: under consideration

_From @FrozenPandaz on June 6, 2018 3:12_ ### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [...

type: bug/fix
effort1: easy (hours)
area: devkit/schematics

_From @dansanderson on June 14, 2017 18:23_ In the text update recorder, insertLeft(length + 1, ...) returns an index error. It would be helpful and intuitive for some algorithms for...

P5
freq1: low
severity2: inconvenient
workaround1: obvious
area: devkit/schematics
type: refactor
ng update DX

Maybe we should warn/error when we find assignments in a getter method. Related to #14316 Igor says we should keep pure_getters on

feature
freq1: low
comp: angular/cli
insufficient votes

Bazel can't cache the fetch, as documented: https://bazel.build/docs/external > Prefer [http_archive](https://bazel.build/rules/lib/repo/http#http_archive) to git_repository and new_git_repository. The reasons are: > ... > http_archive works with the [repository cache](https://bazel.build/docs/build#repository-cache), but not git_repository....

- [X] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) **Describe the user story** Under Bazel (https://github.com/aspect-build/rules_js/ in particular) a user wants to run an npm binary by configuring...

type: feature

In working on rules_docker, I found that regardless of any configuration of the build, actions were non-deterministic because the presence of a `{` character in certain attributes caused rules like...

type: feature request
P2
team-Build-Language