Geethree

Results 17 comments of Geethree

Actually I can't get this to work.. ``` system_binary( name="npm", binary_name="npm", fingerprint=r"9.2.0", fingerprint_args=["--version"], ) ``` ``` cat /tmp/pants-sandbox-MjbXO2/__run.sh #!/bin/bash # This command line should execute the same process as pants...

I now use Gitlab. Can you drop me some bread crumbs @jerry-skydio ? Happy to take a stab at it.

To be fair go would probably be easier ;P

Hey Skydio friends! It has been awhile. Anyways, I'm +1 this request from @nikhil-marathe-skydio .

I am particularly interested in supporting this work. I believe that gazelle support is a wonderful way to help make bazel more accessible to the wider python communities. Specifically, I’d...

👋 I think we might be hitting this issue. Take one of our fairly small builds (596 targets), and we're seeing a huge performance hit with nogo enabled with `rules_go>v0.53.0`....

I too am hitting this on MacOS, linux is fine. For awhile if I set env_inherit.. it would work, but that has stopped.. ``` go_test( name = "testing_test", srcs =...