MK (fengmk2)

Results 307 issues of MK (fengmk2)

https://securityscorecards.dev/#using-the-github-action

### 请详细告知你的新点子(Nice Ideas): https://github.com/tus/tus-node-server https://tus.io/protocols/resumable-upload

plugin: egg-multipart

### 请详细告知你的新点子(Nice Ideas): https://adventures.nodeland.dev/archive/you-should-not-use-urlpattern-to-route-http/

https://nodejs.org/api/process.html#processemitwarningwarning-options

https://zhuanlan.zhihu.com/p/2583702022?utm_psn=1833075430833389568 使用方式 ```js egg.startCluster({ workers, baseDir: __dirname, port: 7001, reusePort: true, }); ```

deps: egg-cluster

BREAKING CHANGE: drop Node.js < 18.19.0 support part of https://github.com/eggjs/egg/issues/3644 https://github.com/eggjs/egg/issues/5257 ## Summary by CodeRabbit - **New Features** - Updated API endpoints: The root endpoint remains unchanged while the /foo...

closes https://github.com/node-modules/compressing/issues/96 All codes gen by cursor ## Summary by CodeRabbit - **New Features** - Added support for the "xz" compression format, enabling compression and decompression of files and streams...

enhancement

通过 cnpmcore https://github.com/cnpm/cnpmcore/blob/master/tsconfig.json#L5 可以验证。 改成 es2022 后 insert sql 会少了 `gmt_create` ```bash sqlMessage: "Field 'gmt_create' doesn't have a default value" sql: "INSERT INTO `users` (`user_id`, `name`, `email`, `password_salt`, `password_integrity`, `ip`,...

closes https://github.com/eggjs/egg/issues/5365 ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a `reusePort` option for server configuration, allowing multiple sockets to bind to the same port. -...

enhancement