邓超
邓超
明白了, 这样手动安装 s 再进行配置的话其实跟直接用 NodeJS 步骤没什么差别了 🤣
可以向 JSON Schema 仓库发起 PR ,将协议链接设置为自己仓库里的文件链接或其他公网链接. 这样可以避免每一次小规模更新协议标准都需要向 JSON Schema 发起 PR 的问题。 参考: https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json#L17-L24
=-=? 请问是放弃实现这个规范文件了还是已经实现并发布了?
刚刚看到 Makefile 里有用 git-cz , 所以在想是不是也能直接用 commit message 生成 release 里的内容, 随手找到的 GitHub bot。 你们可以试试 🤣
 (对比越来越明显了 🤣
Conventional Release Bot 似乎[已经失效了](https://github.com/hahow/probot-conventional-release/issues/17), 可以考虑使用以下 App/Action 代替. + [Release Drafter]( https://github.com/release-drafter/release-drafter): Github 市场上 "release" 相关的 star 数量最多的一个 action + [semantic-pull-request](https://github.com/amannn/action-semantic-pull-request): 上图中的 Electron 在用
What do you mean by 'install' ?
@eduardolbueno Thanks, I've updated the sample project and split it into two show case. 1. Perform Feign request in any component's postConstruct() callback will reproduce this issue. See [FeignClientsWarmup](https://github.com/DevDengChao/resilience4j-time-limiter-triggered-after-feign-response/blob/master/src/main/java/demo/dengchao/resilience4j/feign/FeignClientsWarmup.java) class...
> @DevDengChao does this only happen when using OpenFeign? Emm, I'm not certain, as I don't know what to test next. 🤣 Do you mean `RestTemplate` ?