Sen Jiang

Results 32 comments of Sen Jiang

When I right click on a link without selecting it, it gives me no title. `[(No Title)](https://github.com/chitsaou/copy-as-markdown)` Seems to be the same issue, but I'm using linux. I'm sure there's...

yeah those flags should be removed now

Hi, thanks for the PR, but I don't think this feature should be part of leanify, either whatever code calling leanify or a standalone wrapper is a more suitable place,...

I doubt the interprocess overhead matters much in this case. Also this feature seems very specific to your use case, I doubt that this is useful to the general leanify...

Not for now, but this is definitely on my list. The current bottleneck is zopfli algorithm, but zopfli itself does not support multi core. What I could do is, when...

docx is slow because it's a zip file, and it uses zopfli to optimize. You can speed up leanify by decreasing iterations or using fast mode, but the result will...

It still makes the result larger though. If I implement this, I could add options like `--disable-png`. I'll think about it. Yes, interrupting leanify may damage the file because it's...

If I add `--disable-png`, I'll add other types like `--disable-xml` too. `-i` is already taken. Currently png performance depend hugely on `ZopfliPNG` but the author is very busy.

I considered processing multiple files at the same time if more than one file is given to leanify or a zip file has multiple files inside but the problem with...

His fork is using pthread which is not standard C/C++, so it won't compile in Visual Studio.