Mingye Wang

Results 347 comments of Mingye Wang

First, this overlaps with #303. Second, what you ask for is not going to pass any checksum. It's lossless to the underlying data, mostly, but not to the file being...

A few points. > two pass extacting nature Not in CPU, but certainly on-disk. It's always been piped with proper `tar` programs. > It is not possible to extract one...

Actually, there is some degree of random access even in more common formats. `xz -T` always generates a concatenation blocks, although these blocks are not aligned to tar file boundary....

One of the things that makes PeaZip so versatile is that it's not afraid to shell out. Can't quite do that here...

> Does killing bash kill pacman running in it as well Ho, that's a good one! SIGHUP probably does that. I guess `pacman` can add a `signal (SIGHUP, SIG_IGN);` in...

试着匹配了,但是 CodeMirror 有迷惑行为。https://discuss.codemirror.net/t/some-of-my-simple-mode-unicode-patterns-dont-work-why/3101

手动 patch 了 codemirror 修的,但是没进 package.json。真的修要等发新版。