MK (fengmk2)

Results 691 comments of MK (fengmk2)

tegg 的文档在 https://github.com/eggjs/tegg/tree/master/plugin/controller ,可以先看看这个。 eggjs 官方文档还没更新。

不知道 zip 的 entry 是否有字符编码信息,如果有就可以自动探测编码解决 https://github.com/node-modules/compressing/blob/ff9178c51ff0f2e75ac0b31cc661cf43bc657035/lib/zip/uncompress_stream.js#L88

有人可以提供一个有问题的 zip 测试文件么,这样我可以作为测试用例,尝试解决一下。

> > 有人可以提供一个有问题的 zip 测试文件么,这样我可以作为测试用例,尝试解决一下。 > > [configs.zip](https://github.com/node-modules/compressing/files/12414467/configs.zip) ![image](https://user-images.githubusercontent.com/57489136/262526179-8299810a-98aa-46cf-9750-6d83394f9ba4.png) Thanks♪(・ω・)ノ

entry 缺少文件名字符编码的信息,无法做到完全自动化解决。只能由用户传入指定文件编码参数了。 ``` Entry { versionMadeBy: 20, versionNeededToExtract: 20, generalPurposeBitFlag: 6, compressionMethod: 8, lastModFileTime: 30788, lastModFileDate: 22292, crc32: 2382850333, compressedSize: 54890, uncompressedSize: 529664, fileNameLength: 103, extraFieldLength: 188, fileCommentLength: 0, internalFileAttributes:...

https://github.com/node-modules/compressing/pull/31

我晚点 rebase 一下继续推进。

@ayushmanchhabra Sure, I will merge it in this week.

https://github.com/rogerwang/node-webkit/wiki/Transfer-objects-between-window-and-node