egg icon indicating copy to clipboard operation
egg copied to clipboard

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

Results 351 egg issues
Sort by recently updated
recently updated
newest added

https://github.com/nodejs/node/issues/53074#issuecomment-2121028180

https://github.com/eggjs/egg/pull/5606#discussion_r2428334674

### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): 1,我在定时任务task()方法内调用了app.logger.info()函数 2,预期:生成应用级别的日志,进入 `exports.logger = { formatter(meta) { }}` 的 formatter函数进行格式化日志 3,实际:生成上下文级别的日志,进入 `exports.logger = { contextFormatter(meta) { }}` 的 contextFormatter函数进行格式化日志 ### 可复现问题的仓库地址(Reproduction Repo) ` //...

https://nodesource.com/blog/nodejs-features-replacing-npm-packages

All repos supporting egg v4 will be migrated to the eggjs/egg monorepo for code maintenance. > merge repo https://github.com/eggjs/schedule into current monorepo. It's a plugin, should save at plugins/schedule. Then...

https://github.com/eggjs/egg/blob/next/packages/egg/src/lib/egg.ts#L249

https://github.com/eggjs/router/issues/19

https://github.com/sindresorhus/nano-spawn

see https://github.com/pillarjs/iconv-lite/pull/334

## Summary by CodeRabbit * **New Features** * Added new fetch functionality to the application core, allowing for HTTP requests to be made directly from the core interface.