Mingye Wang

Results 591 comments of Mingye Wang

Extended support to more python versions by replacing `b''` and `u''` with `six.b()` and `six.u()`.

There's a "Pull Request" function on GitHub for sending patches visually. You should be able to create a pull request to merge changes in your repo to gray's.

There's a 8-space thing on line 49, replace it with a tab. There should be a bunch of problems with bs4 strings too, but I can't test those out because...

Done in #10. Should be equivalent among versions now; the sha256sums won't match due to timestamps.

The PNGs differ due to timestamps built into PNGs. The ImageMagick thingy saves the ctime and mtime to the PNGs: ``` $ diff -Naur

Replacement version for wm2: ```Py def wm2(): global prefix print('\n\n === Removing \'licensing\' watermark (WM2) === \n\n') references = set(searchDirectoryForString('.', "is licensed to")) references.update(searchDirectoryForString('.', "belongs to")) for reference in references:...

Personally I believe I have made enough generalizations in the code, and it should still be harmless if someone suddenly wants to use it on Office 2011 after someone puts...

Ah, and nice avatar…

One more problem in link_that. Forgot to shift 2. Grr.