Yiheng
Yiheng
there is already a Sun and a Moon icon, but a SunMoon icon is still needed.
小程序开发大多是国人吧。
### Describe the bug `storybook dev --exact-port 6006` failed to run, while `storybook dev --port 6006` works. ### Reproduction link https://github.com/ianzone/storybook-init ### Reproduction steps 1. clone and install deps 2....
### What version of Bun is running? 1.1.20+ae1948925 ### What platform is your computer? x64 ### What steps can reproduce the bug? set bunfig.toml ``` [install] globalDir = "D:\\.bun\\install\\global" globalBinDir...
**这个 PR 做了什么?** (简要描述所做更改) 更新 node 版本为 node22 更新 macOS 至 latest arm 架构,https://github.com/actions/runner-images/issues/13046 **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复 (Bugfix) issue: fix # - [ ] 新功能...
**这个 PR 做了什么?** (简要描述所做更改) **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复 (Bugfix) issue: fix # - [ ] 新功能 (Feature) - [ ] 代码重构 (Refactor) - [ ] TypeScript...
### 这个特性解决了什么问题? react 19 已正式发布,当前编译报错 ```bash ✖ Webpack Compiled with some errors in 1.52s 编译 发现入口 src/app.ts 编译 发现页面 src/pages/index/index.tsx ✖ Errors: ModuleNotFoundError: Module not found: Error: Package path ./cjs/react-jsx-runtime.production.min.js...
**这个 PR 做了什么?** (简要描述所做更改) 如题 **这个 PR 是什么类型?** (至少选择一个) - [x] 错误修复 (Bugfix) issue: fix # - [ ] 新功能 (Feature) - [ ] 代码重构 (Refactor) - [ ] TypeScript...
### What is the feature you are proposing? I'm trying to build an MITM proxy using Hono, but Hono misses the CONNECT method, which the MITM proxy requires.