Mingye Wang

Results 347 comments of Mingye Wang

RX 6600 is VCN 3.0. The wiki is wayyyy behind (bro, we are at 4.0, you still not having any info on 1.0?) and editing is locked, so there's nothing...

I happen to have a 6800 XT which should have identical capabilities, just different speeds. The result of the test is uploaded below, according to what the readme.txt in that...

Apologies for the extra changes. I was trying to get it to work on my copy of global (msys2) ASAP, so these things got mixed together... May I ask whether...

On a related note, it seems to truncate at the `>` character too: ``` PS> Start-Process -Wait -NoNewWindow node -ArgumentList '-e', 'process.argv.slice(1).forEach((x) => console.log(x))' [eval]:1 process.argv.slice(1).forEach((x) ^ SyntaxError: missing )...

Hmmm... Looks like freebsd unistd also has `crypt` and `crypt_r`. That would also cause some redeclaration issues down the line once the struct is renamed, I guess. xcrypt_* used to...

Debug ver ``` Bash rpm_transform(){ local p="$1" j badchar=(\\ \" \' \| \* \? . ' '); for j in "${badchar[@]} "; do echo "$p $j"; p="${p//$j/\\$j}"; done; echo "\"${p//\%/%%}\"";...

``` $ rpm_transform_debug /233% /233% \ /233% " /233% ' /233% | /233% * /233% ? /233% . /233% "/233%%" ```

喂喂,用 \* 还没达成一致啊

Same issue here -- telling testdisk to skip ahead in the "deeper scan" would be very helpful. If you know the start and end sectors for both partitions though, you...

Huh… I really wish I could just enter a range to look in. In my particular case, a malfunctioning hard drive enclosure decided to wipe some head part of my...