Alex Eagle

Results 1035 comments of Alex Eagle

Note, one possible "escape hatch" is to use plain tsc rather than ts_library, see https://github.com/bazelbuild/rules_nodejs/blob/master/packages/typescript/docs/install.md#alternatives

I filed https://github.com/angular/angular/pull/33366 about a case where `ng build` writes to node_modules. It fails when run under the sandbox, yes. Note that there are different sandboxes depending on worker, strategy,...

You're right, the deps are repeated right now. In google, we don't use `package.json` files at all, so we accidentally brought that idiom with us. I think the best thing...

There's a TODO which looks related. I think the solution is something like this: ``` diff --git a/kotlin/internal/jvm/impl.bzl b/kotlin/internal/jvm/impl.bzl index 03b3d0c..341b6e5 100644 --- a/kotlin/internal/jvm/impl.bzl +++ b/kotlin/internal/jvm/impl.bzl @@ -50,10 +50,10 @@...

+1 - from a scan of this repo I don't see a good reason that it depends on rules_docker at all. I think it should just be properly layered to...

Sorry, no success because this repo appears to be totally unmaintained, after trying in a few ways I haven't been able to reach anyone. Likely it's going to be archived.

I doubt it, unless we find some funding from the community or from one of our clients. We've been modelling the CI/CD handoff as Continuous Delivery rather than Continuous Deployment:...

@chases2 hi, are you the maintainer here?

That's fine with me, we're already using a fork that has some other changes stacked up. Just trying to do the right thing by upstreaming but if you don't want...

@joshbruning hi, are you still a maintainer here? I noticed this issue is 6mo old, I am sure any changes you need from rules_go and bazel-gazelle have been released.