Yuxuan Shui
Yuxuan Shui
I noticed this when building renderdoc. With `-fipa-pta`, the build lasted more than 8 hours, and I had to interrupt it. Without it, the build finished in a couple of...
Currently in router mode, if no subnet is specified in host files, tinc won't know how to route the packages, and will report "Destination Net Unknown". Could we have an...
Was #12382, but that issue is old and closed, so I am creating a new one. Other cases of the same problem: https://forum.proxmox.com/threads/zpool-disk-replacement-already-in-replacing-spare-config-wait-for-completion-or-use-zpool-detach.96554/ The cause seems to be, the detected...
We have `--translate-enum-integer-types`, but no equivalent for anything else
And reformat the existing code Holding off to not interfere with existing important PRs.
Signed-off-by: Yuxuan Shui
# Motivation Current backend interface has some short comings. Here is some examples: 1. No control where image copying happens. Backend can choose to copy image in `clone_image`, or it...
logging to the terminal can block, e.g. if the terminal emulator is not processing the outputs fast enough. and with debug logging enabled, picom logs in the server critical section...
# Motivation flake tarball inputs generate two store paths, it first downloads the source file into the store, then unpacks it into another store path. assuming the file at the...
## Description When using renderdoc with X11 compositors, I find the window textures are all black. X11 compositor uses the `EXT_texture_from_pixmap` GLX extension to create GL textures from X11 pixmaps....