Mingye Wang

Results 407 comments of Mingye Wang

Just make `has_safe_seh` an `Optional[bool]` instead to account for the 64-bit `/` case. When you make it JSON you stuff in "null".

It's an old powershell argument-passing bug. There's a pppretty long stream of issues etc, see PowerShell/PowerShell#15143 for one. IIRC the MS people didn't understand how command-passing works on Windows at...

Huh, tried 2bb8b8e action-build on Adrenaline 22.11.2 and got this: [grvk.log](https://github.com/libcg/grvk/files/10311892/grvk.log) (bit different!) [grvk_axl.log](https://github.com/libcg/grvk/files/10311893/grvk_axl.log) (empty) [PROFSAVE_profile.txt](https://github.com/libcg/grvk/files/10311902/PROFSAVE_profile.txt) Same initial symptom: first launch shows splash screen in a window then goes fullscreen...

What's with the printf-readarray? ```sh list=( "${1:-"${PWD}"}/"* ) ``` works as well and is not fragile to newlines. * * * Regarding "last modified file", I doubt that's possible. There...

I believe there was a post on r/jpegxl with a PNG containing two ICC profile segments, both from GIMP, reporting similar discoloration.

The McMMO thing also affects autofish in MrTroot/autofish#24. The proposed solution is to just assume there's enough water 360 degrees around and rotate (yaw) on the spot. I *think* the...

Oh, looks like we already have a `/look` command. That would be enough for the most simplistic way to do it -- in fact if you have something like AutoHotKey...

Anyways, here's the `rlwrap` toy script: https://gist.github.com/Artoria2e5/deafa5c4da21bb62437820444124ef48 Copilot wrote most of it. It works on Windows MSYS2 after you get the PATH right, that I know. Using a program to...

There seems to be more than one "YCxCz" around; documentation should reflect that. * The two linked papers refer to Flohr 1993 YyCxCz from doi:10.1117/12.152701, a linearized CIELAB. * In...

My guess is that they just use the X' and Z' as if these are chroma and just do subsampling on them. Cinema people and their secrecy doesn't exactly help...