Yutao Yuan

Results 6 issues of Yutao Yuan

If I left-click while moving the mouse (especially when moving fast), sometimes xcolor does not catch the left-click, and instead keep running as if there were no clicks. My preliminary...

If user selects a completion item and presses ``, the key sequence to feedkeys() will get run in normal mode. This can be handled with a `` mapping that resolves...

Rust's std library has the concept of [named threads](https://doc.rust-lang.org/std/thread/#naming-threads), but the names are currently not passed to Tracy. This PR adds `set_thread_name_from_std()` in tracy-client for passing the std thread names...

This patch fixes the issue that, when there are multiple screens configured with xrandr --same-as, the selection window will wrap around the edge when moving beyond the horizontal boundary, while...

It has been known for a long time that qutebrowser's current method of injecting stylesheets breaks on sites with strict Content Security Policy (#7498, #7342). Looking at how Stylus does...

priority: 1 - middle
language: javascript

Consider this piece of shader code: ``` #import "embedded://path/to/shader.wgsl"::foo ``` Currently, `naga_oil` recognizes the "//" part of the import path as comments and replaces the line with `#import "embedded:`, so...