Mingye Wang

Results 347 comments of Mingye Wang

The endpoint seems to be proper POSIX per https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html. The POSIX spec also mentions that -1 (without errno change!) means unlimited in sysconf, so presumably the fix is just a...

The thing about the crypt format is that it’s not exactly open to having a salt *that* long — in this case the whole script. I guess storing the hash...

> From what I can see crypt() has mixed support for algorithms across BSD and Mac Yeah. I think the argument for using MCF would be the ability to switch...

In the same vein as the two `goto`s, but going a bit more radical -- say I want to create a transpiler that goes from a more C/JS-like (operator, indices)...

Since they relicensed EmojiOne 3 to a [somehow more restrictive license](https://www.emojione.com/developers/free-license) (no commercial use, PNG only), it may be a good idea to keep EmojiOne 2 compatibility while implementing the...

The mapnik folder specifies http://viewfinderpanoramas.org/dem3.html. I think there might be some attribution that can be added about it, given the lots of curating that went into this model.

There is some basic testing in `build.rs`, but yeah that is an AWFUL place for tests to happen. We also need documentations for the insides, some writeup justifying the unsafes,...

Alright. It does work on my end now. The grep regex is quite complicated now, but well that's what it takes...

Got a seven-year-old bug fixed too.

@cpcn1991 用 rawgit 的话不要用 branch 名称,要用 commit 的 sha1,不然可能因为缓存不跟着更新。