Alex Eagle

Results 1036 comments of Alex Eagle

> look for .swcrc in the package and use it if present, like we do for tsconfig.json in ts_project This doesn't actually seem to work, if I drop the `swcrc...

I wonder if the use of rules_js contributed to the large amount of starlark heap used. The next release includes #57 which might help. I think we need the profile...

Awesome thank you for confirming!

@kormide WDYT about naming the new rule `wrap_binary(chdir = "")` so that we'd add the other features to it, rather than make more wrapper if you need to do two...

I struggled to deal with the fact that binary `args` and `env` are dropped if the tool is run under an action. I might need some help to get this...

Dropping this since it's so stale and evidently not important enough that I had to come back to it.

Reopening to track the similar thing for yq (though I don't intend to do that now - the rules_js release story doesn't need it)

Yup, I can repro that, looks like the yq expression ``` load_str(filename) | split("\n") | .[] | select(length!=0) | [capture("(?P[^\s]+)\s+(?P.*)")] ``` only returns the first entry, which is why our...

@f0rmiga and @illicitonion would be good reviewers

add me back as a reviewer once the test is added?