Alex Eagle

Results 412 comments of Alex Eagle

Thank you for integrating this and gathering the results! Build script: https://github.com/alexeagle/closure-compiler-angular-bundling/issues/11 `ng-bootstrap` build: tsickle should have done the `@angular/core` -> `@angular/core/index` rewrites for you. See https://github.com/angular/angular/blob/master/tools/%40angular/tsc-wrapped/src/main.ts#L85 - maybe you...

@chuckjaz does this look like the source map problem you've been resolving?

Also I wonder why we don't see this problem internally.

@vbatts I'm interested in getting this released so Bazel users have a `strip_prefix` feature, have any time to give some feedback on this one? 🙇🏻

Ping! @thesayyn I think it's your turn here :)

I think @thesayyn is too underwater to get back to this at any point. Also the maintainer of bazel's rules_pkg found a new spot at Google so it's not going...

Sahin suggested that maybe on the Bazel side we can just hook up a fixture to run hermetic awk interpreter, then write the mtree mutations in awk scripts

If you imagine an engineer is equally comfortable coding in AWK and Go, then I think the former is the more expressive language that's purpose-built for basic manipulation of lines...

It's actually our validator that's failing, you could set `validate = False` to bypass and see what error you get next. If sveltekit really does need to generate a folder,...

> have info in `node_modules/.modules.yaml` Interesting, I've never heard of that file. I think we'd consider this a bug in the pnpm-lock format, but generally we are forced to workaround...