YYYoung
YYYoung
> I found that many components are making request to v2 version of the apis, thus blocking the Cypress test of the `route` part. Is there anything I can do...
@yzeng25 Preview fixed.
@juzhiyuan @Serendipity96 @guoqqqi It seems like there's a lot that's been done here, and a lot that hasn't been done or needs to be done. But this issue has been...
@ektak67 Sorry to come late, many people have been busy with other things recently. We want to make https://github.com/apache/apisix#Logos into a separate page with guideline information, providing some information about...
looks like have been fixed.
@rukundob451 There are currently no community members who have contributed documentation to us for this guide. 😿 (Sorry, there were a lot of emails and even though I subscribed, I...
最近几天整了一个 [git-authors-info](https://github.com/SkyeYoung/git-authors-info),从目前干的事情来看和 [github-file-authors](https://github.com/ouuan/github-file-authors) 好像差不多,除了在实现的功能和性能上有些许差异。 关于贡献者名称的获取,我建议的方式是:类似 sidebar.yml,使用 bootstrap 构建时生成一个缓存了邮件地址和对应贡献者名称的 json 文件,在 changelog 等需要贡献者名称的页面,利用邮件地址对贡献者名称进行替换。带来的改变是每个页面都需要查询对应的 commit log 以记录 Author 的邮件地址和名称,关于这一点我还没试过 gatsby-source-local-git 能不能做到。 如果做不到的话,我写的脚本稍微改一下,也能缓存每个页面的 Author。目前的仓库也可以跑一下 build 生成单独的脚本,可能和 bootstrap 整合起来比较方便。 拿出来想请教一下各位,我不知道我这个思路和脚本各位觉得行不?
@diauweb 嗯嗯,只要在构建的时候同时跑一下就可以了。
@Ahacad emmm,Google 那个是什么样的?我试了一下好像也没有高亮,明天我写出来看吧。
预览地址:http://understood-guide.surge.sh/tools/wsl 点击任意的 ref 就可看到具体的表现了。 样式和动画还需要再调整。如果觉得可以的话,我就开个 PR。