MK (fengmk2)

Results 307 issues of MK (fengmk2)

### 请详细告知你的新解决思路(Your new RFCs): https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ Windows 10 已经官方支持。 ### 跟进类型(Follow-up Types): - [ ] 这是某个任务 - [ ] 这是一个具体的 PR 的地址(URL)

### 请详细告知你的新点子(Nice Ideas): Can show the full stack ``` 2023-05-07 00:21:53,803 ERROR 62800 nodejs.Error: Save request files failed at Object.saveRequestFiles (/Users/fengmk2/git/github.com/eggjs/examples/multipart-file-mode/node_modules/.store/[email protected]/node_modules/egg-multipart/app/extend/context.js:177:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async multipart (/Users/fengmk2/git/github.com/eggjs/examples/multipart-file-mode/node_modules/.store/[email protected]/node_modules/egg-multipart/app/middleware/multipart.js:13:5) at async...

deps: egg-logger
type: feature

> TracingChannel adds a new, high-performance channel to publish tracing data about the timing and purpose of function executions. https://github.com/nodejs/node/pull/44943

### 请详细告知你的新解决思路(Your new RFCs): https://github.com/eggjs/eslint-config-egg/pull/67 ### 跟进类型(Follow-up Types): - [ ] 这是某个任务 - [ ] 这是一个具体的 PR 的地址(URL)

### 请详细告知你的新点子(Nice Ideas): https://github.com/anc95/ChatGPT-CodeReview/blob/main/README.zh-CN.md

### 请详细告知你的新点子(Nice Ideas): https://github.com/lucaong/minisearch 看起来需要自己组织数据。

### 请详细告知你的新解决思路(Your new RFCs): https://www.yuque.com/atian25/blog/artus-cli 全新的 ts 开发体验。 ### 跟进类型(Follow-up Types): - [x] egg-bin https://github.com/eggjs/egg-bin/pull/217 - [ ] egg-script

tools: egg-bin

### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): https://github.com/eggjs/egg-development/blob/master/agent.js#L28 ### 可复现问题的仓库地址(Reproduction Repo) https://github.com/cnpm/cnpmcore 运行 npm run dev 后,代码更新后不会自动重启进程 ### Node 版本号: 16 ### Eggjs 版本号: 3 ### 相关插件名称与版本号(PlugIn and Name): egg-development latest...

type: bug

### 请详细告知你的新解决思路(Your new RFCs): debug 模块我们一直在使用,过去几年有过多次的 major 版本更新,在 v2 v3 v4 之间都有混用。 随着 node util 的 debuglog 已经比较稳定和完善,计划在接下来逐步将 debug 使用 util.debuglog 代替。 ```js const debug = require('util').debuglog('egg:{moduleName}:{featureName}'); ``` ### 跟进类型(Follow-up...

deps: egg-logger

### 请详细告知你的新解决思路(Your new RFCs): https://github.com/microsoft/vscode/blob/4acf2d9b46b75748ae687cf3b2952a0799679873/extensions/typescript-language-features/package.json#L87 通过 json schema 可以实现 json 配置的提示体验,并且还能减少 js ts 代码负担。 ### 跟进类型(Follow-up Types): - [ ] 这是某个任务 - [ ] 这是一个具体的 PR 的地址(URL)