Zhongming Qu
Zhongming Qu
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** I'd like to reuse the functionalities of bazel's...
Working with [this commit](`495b891abf6e8d74af148a322fb3b362066958ca`). When I write `debian_packages.yaml`, I have to manually look up transitive dependencies from [debian packages](https://packages.debian.org/search). I guess that's maintainable-ish for a small number of packages. But...
I'd like to customize the horcrux filenames using some format strings. It does not need to be **very** flexible. Just some flexibility would be good enough.
Hi, Looks like somebody created the `rules_boost` based on your idea and implementation: https://github.com/nelhage/rules_boost I've tried that and made it work for a few packages I cared about. Would like...
This allows us to vendor the exact version of buildifier in use.
- VS Code Version: 1.39 - SCSS IntelliSense Version: [email protected] - Operating System: Ubuntu 18.04.3 Reproducible Case: `foo/_bar.scss`: ```scss $var1: 'Mono'; $var2: 'Roboto'; ``` `foo.scss`: ```scss @use 'foo/bar'; foo. //
# 🐞 bug report ### Affected Rule The issue is caused by the rule: During the loading phase. ### Is this a regression? I don't think so. ### Description Per...
I'm running a few tests with `exclusive`. With remote execution at buildbuddy, I'd like to have a way (e.g., `exec_properties`) to express the constraint that these tests are **mutually exclusive...
I observed with the latest `main` that the `email` validator isn't implemented yet. It throws an excpetion like this:  I can understand that this alerts developers so...
I am integrating this repository into my own Bazel project. I am already using `github.com/googleapis/googleapis` as the `@googleapis` repository (the canonical one), which collides with the definition of the `@googleapis`...