Tao Wang
Tao Wang
**Describe the bug** After install the authpass on Linux via snap store, it failed to launch the app. Clicked the `AuthPass` app icon and nothing happened. Run `authpass` command on...
Currently, zazu install plugin by download the git repo and use the default branch (master). However, for some workflow, the master branch is not the release branch. Could you add...
It would be much easier to install by just simply type `snap install devdocs`.
@jeremyramin Terminal-plus is not working at the moment. The bug has been fixed in `master` branch, so please release a new version of it. Here is the possible related issues:...
Today, I received an email from CRAN team about my package [pmap](https://github.com/twang2218/pmap) which depends on `DiagrammeR` package, the mail said: > See https://cran.r-project.org/web/checks/check_results_pmap.html (which is still updating). > > You...
When testing the Swarm cluster, the `emilevauge/whoami` seems have Keep-Alive turned on, so if the frontend reverse proxy follow the Keep-Alive instruction, then the frontend will keep connected to a...
目前官方文档已经开始集中到 中去了。目前其 `master` 分支和 `vnext-xxx` 分支分别是当前文档版本,和下一个版本的文档版本。 由于 `master` 分支的文档更新非常的积极,每天都会有很多的更新。因此是不是应该有一个流程来控制翻译的原文版本?比如将原文加入这个项目的某个分支,这个分支定期同步Docker官方项目文档 master 分支。在翻译的时候,定期对新的原文版本打标签,然后建立 Issue,针对上一个标签和最新的标签的 diff,来建立翻译文档更新的子 issue,然后一个个的去补全。最后关闭这个 issue 完成翻译文档更新计划。
I was trying to adjust the font-size across the page for printing for MPE, and at first, I tried following customized style: ```less html body { font-size: 70%; } ```...
The default [slugize](https://github.com/hexojs/hexo-util/blob/master/lib/slugize.js) is very simple and fast, however, it's not that useful for CJK characters. Could you make it possible to choose another slugify function, such as https://github.com/andyhu/node-transliteration ?
I'm trying to create a snap build/publish for multiple architectures, e.g. `amd64`, `ia32` and `arm64`, I didn't find a way to publish the snaps of multiple archs to the snap...