Gabriel Russo

Results 6 issues of Gabriel Russo

Hey, I'm trying to implement baseline coverage on scala rules and I was looking for some real world examples. Do you support baseline coverage? A quick github search didn't yield...

On https://github.com/facebookexperimental/eden/pull/88, @fanzeyi mentions " The git support we have is very basic", but it's not very clear to me how one would be able to use eden with Git....

I have a very simple project that has a parent module with two children. Module A depends on `aws-java-sdk-core` version `1.11.844`: ![Screenshot 2021-05-12 at 15 27 14](https://user-images.githubusercontent.com/12474185/117992073-88d1f880-b336-11eb-97fd-bfd282f6c11a.png) Module B depends...

question

Hi all, I started exploring a two-layer deployment of a bazel remote where the first layer points to a second deployment of the bazel remote via the `--http_proxy.url` flag. I...

Hi all, I noticed a lot of CPU usage / general slowness coming out of the Bazel Remote and after some digging I was able to pin it down to...

## repro **Step 1:** mount and work with FUSE inside sysbox containers: ``` docker run --cap-add SYS_ADMIN --security-opt=apparmor=unconfined --device /dev/fuse --runtime=sysbox-runc -it gabrielrc/sysbox-umount2 ``` Inside the container, I have a...