Guo Zhihao
Guo Zhihao
 ## Link to bug demonstration repository [keq-proxy repository](https://github.com/Val-istar-Guo/keq-proxy) [The ci job](https://travis-ci.com/github/Val-istar-Guo/keq-proxy/jobs/495935588#L227) ## Expected Behavior CI should build fail and exited with error. ## Observed Behavior The `npc` had throw...
https://github.com/commitizen/cz-conventional-changelog/blob/e7bd5462966d00acb03aca394836b5427513681c/engine.js#L139-L154 `answers.breakingBody` does not affect the commit message at all. https://github.com/commitizen/cz-conventional-changelog/blob/e7bd5462966d00acb03aca394836b5427513681c/engine.js#L207 I wrote breakingBody but found this doesn't make any sense. I read the code and I can't understand the...
 `npm publish` will not run when the job re-run. The action failed because i had set error `NPM_TOKEN` last time. my action link: https://github.com/Val-istar-Guo/component-template/actions/runs/820446327/workflow
```typescript // This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.ts(2497) import fromEntries from 'fromentries' // Had to be...
**官方网站/文档**: **GITHUB**: ## 核心特点 - 结合 koa 的中间件模型和 superagent 链式调用方案。**通过添加中间件可以扩展新功能**。 - CLI 可以将 swagger/openapi 转换成代码,**像调用函数一样发送HTTP 请求** ## 为什么推荐 - 减少重复封装的HTTP请求代码的工作 - 更清晰的管理不同服务的请求处理逻辑 - 为第三方的 fetch 增强功能提供一致的接口 ### 面向人群 Javascript/NodeJS 开发者