Yuxuan Shui

Results 97 issues of Yuxuan Shui

Add a `#[num_enum(crate = ..)]` attribute, which lets the user set where the num_enum crate is located.

Useful when num_enum is being reexported from another crate, because otherwise I get: ``` Warning: Could not find `num_enum` in `dependencies` or `dev-dependencies` in `Cargo.toml`! => defaulting to `num_enum` ```...

If a raw symbol is created and never used, it's impossible to cause undefined behavior, even if the library is unloaded - creating a raw symbol isn't unsafe, using it...

There are useful fixes in `master` that's not in any releases, and PR are not being reviewed. Is this crate still actively maintained?

this crate calls `libloading::open` with `RTLD_NOLOAD`, which causes the `dlopen` call to return `NULL`, which `libloading` interprets as an error.

You can find many such `typedef`s throughout picom, which is probably a bad idea. Because these names are [reserved by POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xsh_chap02.html#tag_22_02_12) Simply dropping the `_t` suffix is not a good...

Surpasses #766 #772 #1032 #1109

The device is a galp4. After the firmware has been updated, the message on screen says "press any key to shutdown", but that doesn't work. I have to force shutdown...

status:needs-repro

Whether a cargo-deny check succeeds or fails, doesn't entirely depend on the contents of a commit. e.g. new advisory could be released and make previously passing commits fail. Therefore, it's...

enhancement

Please fill in this template. - [x] Use a meaningful title for the pull request. - [x] Use meaningful commit messages. - [x] Run `tsc` w/o errors (same as `npm...