Yuxuan Shui

Results 97 issues of Yuxuan Shui

### Discussed in https://github.com/yshui/picom/discussions/918 Originally posted by **snoweuph** November 9, 2022 I currently am ricing my `i3` with `picom` and i've got the big problem that in the Tabbed mode...

help wanted

Right now sddm only supports logging to a file, so it can't benefit from the usual linux logging infrastructure (e.g. log rotation, log persistence - sddm will overwrite old log...

question
needinfo

## Describe the bug ``` error: … while fetching the input 'git+file:///tmp/repo' error: opening Git repository "/tmp/repo": unsupported extension name extensions.refstorage ``` I can't find anything in git's release notes...

bug
fetching

Since 9.0 wine added a new WoW64 mode, which runs a 32-bit Windows program with 64-bit libraries on the host. Basically it does a protected mode long mode switch whenever...

(from https://github.com/rust-lang/rustfmt/issues/5577#issuecomment-3539743489, sorry for the off-topic comment!) > > Don't align unrelated trailing comments after items or at the end of blocks > > https://github.com/rust-lang/rustfmt/issues/5577#issuecomment-1315302533 > > I got hit...

A-comments
P-low
A-2024-style-edition

rustup toolchains come with their own linkers, and is used for linking rust programs. e.g.: ``` "-B/nix/store/cvvrlhx1wq0bcpiv06rc4q6r06spc4nz-rust-with-components-2025-08-04/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" ``` which is part of the linker command. under `/nix/store/cvvrlhx1wq0bcpiv06rc4q6r06spc4nz-rust-with-components-2025-08-04/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld` there are...

question

Right now types are path based, e.g.: ```graphql query RefInfo($owner: String!, $repo: String!, $qTag: String!) { repository(owner: $owner, name: $repo) { ref(qualifiedName: $qTag) { name target { __typename oid }...