Jiahao XU

Results 102 issues of Jiahao XU

**Is your feature request related to a problem? Please describe.** While most property for the block can be specified ahead of time, certain property like "urgent", has to be specified...

enhancement

Though it is difficult to perform testing given that the output of `swaystatus` highly coupled with the current state of the system, it is still possible to at least some...

enhancement
high_priority

**Is your feature request related to a problem? Please describe.** Currently, `swaystatus` will print out uninitialized garbage if there is no sensor reading at all. Reading uninitialized garbage is undefined...

enhancement

- [x] ~~split `--release` compilation to a separate job, since it basically invalids caching~~ it doesn't have much impact on pipeline - [ ] run tests on older version of...

It also looks like we need a performance benchmark suite in cc _Originally posted by @NobodyXu in https://github.com/rust-lang/cc-rs/issues/1048#issuecomment-2095020365_

A while ago, I was thinking of parallelising this to speed it up. If you'd like to do this, I recommend creating a new fn is_flags_supported. You can take a...

Currently there're a few huge if/match block for targets cc supports. Having large if/match is hard to read, it also increases compilation time/binary size generated. By extracting them out as...

cc currently emits rerun-if for environment variables, but not for source files. I suppose we can add this, with a new API to disable this. Or we could disable it...

With reqwest 0.12.5, if I enable the feature `h3`, then the `Sync` implementation on the returned future is removed. While I know that `h3` is an unstable feature, I think...

E-pr-welcome
A-http3

Supporting [zeroize](https://docs.rs/zeroize/1.8.1/zeroize/) will enable `CompactString` to store auth token or secrets which needs to be erased when dropped