Justin Mancusi

Results 7 comments of Justin Mancusi

I created a repository [here](https://github.com/mancusi/example-bazel-worker/) which demostrates the issues I'm running into. The worker is [here](https://github.com/mancusi/example-bazel-worker/blob/c2ef76a3a07dadc7000b33e042272b5d92689997/src/css_modules/worker.js) and can be invoked with `bazel build //src:styles`. This build currently works but only...

It's entirely possibly that my worker or the macro is misconfigured somehow but the fact that I'm using `@bazel/worker` under the hood and the fact the worker.js creates the expected...

The line: `{easyjson} {args} $SRCDIR/{sourcebase} &&` in particular is the issue. For one example, this command resolves to: ``` $PWD/external/go_sdk/bin/go env >> tmp_go_env.txt && source tmp_go_env.txt && rm tmp_go_env.txt &&...

Unfortunately those options don't seem to work for me. I attempted to include the bin file (`"@go_sdk//:src/crypto/elliptic/p256_asm_table.bin"`) as src in embedsrcs of the `go_library` the `go_path` includes as a dependency...

This unfortunately continues to be an issue for me

Ah this is actually the opposite of what I'm looking for. If I have an operation with two tags: `One` and `Two` I'd expect that operation to be part of...

Just commenting to say that I'd also like this! We run into the same limitations in our projects.