Yuxuan Shui

Results 97 issues of Yuxuan Shui

# Template * Version of vulkano: 0.33.0 * OS: Linux * GPU (the selected PhysicalDevice): AMD * GPU Driver: RADV * Upload of a reasonably minimal complete `main.rs` file that...

experience: hard
status: wontfix / old sync

firmware info: `MicroPython 856e08b1931b88271816a2f60648f6ff332235b2, inky_frame v1.20.3 on 2023-06-19; Raspberry Pi Pico W with RP2040` I am having problem with making http requests from pico, tcpdump on my router shows the...

bug

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version irrelevant ### Clap Version...

C-bug
S-waiting-on-decision
A-help

This allows the user to fetch the manifest in some other way (i.e. as a flake input), and still use a `rust-toolchain` file.

I tried this code: ```rust use either::Either; struct A; struct B; struct AW { fn drop(&mut self) { } } fn cap(_: &mut A) -> Either:: src/main.rs:22:13 | 15 |...

A-lifetimes
T-compiler
C-bug

It will be convenient if neovim can automatically send visual selection to clipboard (without yanking).

clipboard
has:workaround

`.reserve` employs some heuristics, which are subject to change, to determine whether it's going to move the data or reallocate. A user concerned with memory usage might want to do...

This only loads the extension list from registry. I am still not sure why dxvk loads a different openvr dll, `openvr_api_dxvk.dll`, so I am not attempting getting that list from...

Right now miri only support isolation or no isolation. Would it be possible to have fine grained isolation/access control? For example, allowing access to `/dev/null` but isolate everything else.

A-shims
C-proposal

This causes write_callback to be called in two different thread contexts (one is the PulseAudio thread, one is the thread that called soundin_outstream_start()). Sometimes this forces the use of recursive...