Mingye Wang

Results 263 issues of Mingye Wang

It appears that JSON5 has become notable enough [to be included in iOS 15.0 beta API](https://twitter.com/lexrus/status/1402462420551946243) -- congrats! A quick look at json5.org seems to only show one implementation in...

The whole process of making a ELF using gcc and then wrapping it into a PE is dumb. There are tools you can use to just make a PE directly....

help wanted

Modern GNUstep plists have a more efficient data encoding, and it is the `` format: GNUstep source that emits the format: https://github.com/gnustep/libs-base/blob/753c907938c2a8c4d00cf0fbe01b7e0d020f0064/Source/NSPropertyList.m#L1951-L1956 (gnustep/libs-base@9aa5d4cd0403c2d990262c15884181da5d1e32ae) GNUstep source that parses the format: https://github.com/gnustep/libs-base/blob/753c907938c2a8c4d00cf0fbe01b7e0d020f0064/Source/NSPropertyList.m#L1202-L1277...

enhancement

binaryen has removed asm2wasm in version 97 (WebAssembly/binaryen#3042), since Emscripten stopped using it. Use a fixed-version link to minimize confusion, and change to past tense for good measure. The https://webassembly.org/getting-started/advanced-tools/...

多了个换行把该打上去的 id="movie" 打飞了。

There is at least one instance of people getting confused by this example at https://github.com/keybase/loopback/pull/2.

the usual `|| travis_terminate` idiom loses some information by not providing the old return value. Let's fix that.

Like ls/rm/cp/cat, users expect these things to be able to take multiple arguments and work on each of them. It's a pain in the ass when it doesn't.

The current doc-generation code looks like: https://github.com/lumol-org/soa-derive/blob/d16585c/soa-derive-internal/src/vec.rs#L54-L56 As a result, it introduces extra spaces due to markdown translating newlines to spaces: > http://lumol.org/soa-derive/soa_derive_example/struct.ParticleVec.html#impl-2 > With rust-lang/rust#78837 I think a bit...