Xichen Zhou
Xichen Zhou
Hi all, recently I tried to use emacs on windows at work for coding C++. My env is `msys2` with `mingw64`. When I try to run emacs from msys2 shell...
Hi, I just found in the project page wlc project is going to be abandoned. Is wlc going to be migrate to another project or wlc is totally abandoned? xeechou
Hi, it is nice to have `format-all-region` that only format one region of the buffer. However I am not sure how useful it is. I tried to archive formatting only...
* patching the vulkan object with name for much easier debugging at crash. ## What does this PR do? This PR aim to enhance the debug ability of Vulkan validation...
Hello, great package, however my proxy setup(out of my control) requires curl arguments like `-k` or `--ssl-no-revoske` to work. Would you be able to add additional user argument to curl....
**Is your feature request related to a problem? Please describe.** The shadow maps, especially point shadows, occupies a lot of video memory while only capture little details of scene geometry....
1. What's the feature? Is it possible to push the IP to a remote private git repository? Such that users can have a completely private IP notification without any public...
Hi, I am having issues with optimizing render loop with `memcmp(cmds, last, cmds->allocated)`, if I am getting 0 then I call `nk_clear(ctx)` directly as documentation suggested. But later at some...
Hello, we have CI failures on some of the usdview tests such as `testUsdviewOIT`, `testUsdviewLights_yup` due to minor difference on the axis colors difference. Reproduced on latest `dev` branch. The...