Yuxuan Shui

Results 514 comments of Yuxuan Shui

Can you give me more details about your GPU and drivers, etc?

Does this happen consistently? Or do you need to do something to trigger it?

Does this happen if you set `use-damage = true` in 7.5?

@jlindgren90 do you know what's the earliest version with this problem? does compton itself have this problem if you set `glx-swap-method = "buffer-age"`?

I did make changes to how color depth is handled. But since I don't have the hardware to test compton on a 10 bit setup, I don't know if that...

First of all, this project does not try to be a window manager. Just because I might add some ui elements doesn't suddenly make merging with awesome a good idea....

Update based on discussion happened on zulip. Some suggested using polonius, but the example code doesn't compile with polonius enabled either. @danielhenrymantilla reduced it to ```rust struct A { fn...

For people stumbling across this looking for a workaround, one option is putting the `Drop` variable in a `ManuallyDrop`, and make sure to drop it manually. Using this as an...

from my own observations, the MES seems to destabilize as the usable VRAM becomes low. I could be very wrong about this, but I tried limiting the amount of usable...

@RalfJung I see. Speaking for myself, I always understood miri's isolation as just a mean to provide determinism, instead of a security mechanism. And I wouldn't run with miri code...