MK (fengmk2)

Results 691 comments of MK (fengmk2)

接受的,v3 还在开发维护阶段,欢迎提交 pr

不是直接对外使用的,而是其他接口需要使用到 file_id 的时候传递这个接口返回的 file_id。

I understand that we need to parse the hidden default filename inside the gzip file. This is a feature worth trying to implement. You are welcome to participate in open...

https://github.com/eggjs/egg/pull/5440

https://github.com/eggjs/egg/pull/5451

Should change to export style: ```js const { sendToWormhole } = require('stream-wormhole'); ``` `export default` not work on commonjs.

因为每个 schedule task 现在都是会在一个 ctx 下执行,所以 logger 都会自动判断到当前处于 ctx 下,会按照 contextFormatter 来打印。

能否提供一个可复现的 repo?这样我可以更快地定位到问题