flow
flow copied to clipboard
Efficiency tools. Don't repeat yourself(DRY).
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.0.0 to 6.2.0. Release notes Sourced from actions/github-script's releases. v6.2.0 What's Changed Update @octokit/plugin-rest-endpoint-methods to version 6.x by @desrosj in actions/github-script#283 New Contributors @desrosj made their first...
* [whistle](https://github.com/avwo/whistle) [一文搞定前端代理骚操作!再也不怕线上 bug 啦!](https://www.infoq.cn/article/d1gsvmwdy166dxzj4sdx) ### 实践 * 调研线上项目通过 whistle 注入 eruda 的方式; * 调研是否可通过 whistle 实现局部接口 throttle,以排查由于接口调用顺序导致的问题;
### 背景 一般会存在公司项目文件夹,个人项目文件夹。需要支持使用 code 打开访问这些文件夹项目。 1. 方案一:需要在 code 命令中支持配置多文件目录; 2. 方案二:code 命令支持打开任意文件代替指定目录;(使用成本相对方案一更小)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.0.0 to 7.0.1. Release notes Sourced from actions/github-script's releases. v7.0.1 What's Changed Avoid setting baseUrl to undefined when input is not provided by @joshmgross in actions/github-script#439 Full...
是否可参考 [YoudaoTranslator](https://github.com/wensonsmith/YoudaoTranslator),使用 [txiki](https://github.com/saghul/txiki.js) 移除 node.js? * 成本:迁移适配内部使用 node.js 的语法,比如 process.argv 等语法替换; * 收益:非前端技术栈用户不用再额外安装 node.js;
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...