Mingye Wang

Results 263 issues of Mingye Wang

bzip2 is ancient. It is slow to decompress and does not provide the best compression ratio. Most projects have switched to something else; [Fedora's comparison](https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression#Comparison_of_compression_algorithms_and_levels) may be useful here. Since...

enhancement

Info-hashes and ed2k hashes are merely hex-string representations of binary data, and ~50% space is wasted when you ignore this point and encode them directly as if you are encoding...

(This is more of a https://github.github.com/gfm/ issue, but I really can't find a separate repo for it. Where on Earth is its repo?) The GitHub renderer on GitHub.com seems to...

Library loading isn't great right now. It works, but it does unnecessary things and changes things that should not be changed. ### In `library_loader.py`: #### `load_other` `PATH` change will not...

This edit points new contributors directly to the GitHub repo here. I think there should also be a link to https://github.com/translate/l10n-guide/graphs/contributors on the credits page, but my laziness won. And...

Mashing up `@ydsa_` (YDSA 🌹) and `@FakeUnicode` (𝕱𝖆𝖐𝖊 Unicode 👻⁧ ) seems to cause question marks on the ydsa side of the nickname output, showing the name as `YDSA ??`...

A dll override definition like such can stop wine from looking for mshtml completely: (https://superuser.com/questions/948508) ``` Bash export WINEDLLOVERRIDES="mshtml=" ``` It might be worth setting it in Info.plist, or in...

The current anti-leech choker takes the maximum of client-reported have and our own session uploaded size as the progress of the client. This may paradoxically inflate the score of dishonest...

It may be a good idea to put the wined3d readme file here, for backup, source management and whatever. * * * PS: if you are open to linking to...

### Description / Steps to reproduce the issue 1. Open a Window of MSYS2 MSYS 2. Do anything to populate bash history 3. Do `pacman -Syu` and make sure it's...

bug