Zhongming Qu

Results 11 issues of 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...

type: feature request
priority: p3

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. //

Type: Enhancement

# 🐞 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: ![Screenshot 2023-04-18 125426](https://user-images.githubusercontent.com/5695733/232678807-5cdfa173-fc9e-4e48-bbd0-9932c7f45d09.png) I can understand that this alerts developers so...

Enhancement
C++

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`...