Mingye Wang

Results 589 comments of Mingye Wang

(There was some issue with the ML in that JPA and I forgot to click "reply all". So I will be quoting nonexistent stuff, sorry.) I think https://github.com/AOSC-Dev/ntfs-3g/commit/9189a4ab815241b4e073079744c4fadd429d715a and https://github.com/AOSC-Dev/ntfs-3g/commit/c918fb79f9f340bce1a19dacf4b720d19922450d...

In the ra2/ra2md INI files you can do: ```INI [Video] ScreenWidth=1920 ScreenHeight=1080 StretchMovies=yes ``` The menu will have a weird size, but the screen will stretch right in game. If...

Some strange-ratioed shaders might also benefit from this, 4xbrz and 6xbrz for example. At least I didn't read anything about the scale ratios in the glsl files and only found...

> so I'd think it would do this, but it seems to always count bytes in practice It's a bit worse than that really -- [it breaks inside UTF-8 chars...

like "crabc", "crabfmt" makes a lot more sense than "crablangfmt". the go formatter isn't "golangfmt" either.

The actual problem with ternary operator is that people can't agree on how to format it. Of course every serious person knows the one true way though: ```c c1 ?...

> ?! Brilliant. Just brilliant. Yes.

The major missing piece for `userPasswordAuthentication` on BSD is `getspnam()`. I think/hope pretty much everyone has getpwnam and crypt. FreeBSD and OpenBSD don't seem to have a `/etc/shadow`; instead, they...

You might want to do this for the 'normal' cases, or the shell will unquote the whole thing as it reads the command. ``` sh dequote "\"hola\"" dequote "'foo';id" ```

Huh, 736 is some really fancy regex, but the comment does explain it well enough. It looks like this complexity is justified anyways, since the completion receives the words with...