Feng Yu
Feng Yu
Like this one:  In fact the junit.xml exists, but there is no jest junit report in action. This is the expected: 
Would you please also consider add coverage report as well? Thanks.
Sometimes I will get this error https://github.com/abcfy2/aria2-static-build/runs/4349111525?check_suite_focus=true: ``` Run softprops/action-gh-release@v1 /usr/bin/docker exec 356d60f2fa6f6229b94833f4ef730b7baa9d4f62c9f0341db5214911e5c29164 sh -c "cat /etc/*release | grep ^ID" ⬆️ Uploading aria2-aarch64-linux-musl_static.zip... Error: request to https://uploads.github.com/repos/abcfy2/aria2-static-build/releases/54209979/assets?name=aria2-aarch64-linux-musl_static.zip failed, reason: read...
Just use `@adobe/node-fetch-retry` instead of `node-fetch`, it has a built-in retry implement by default.
Your theme is really amazing. Would you please release to firefox add-ons ( https://addons.mozilla.org/firefox/ ) Thanks.
**Please provide the following information** libtorrent version (or branch): v2_0_RC platform/architecture: x86 compiler and compiler version: please describe what symptom you see, what you would expect to see instead and...
From https://github.com/TheAssassin/AppImageLauncher/issues/127#issuecomment-553837395 Deepin 15.11 is based on Debian 9, VM can be found here: https://www.osboxes.org/deepin/#deepin-15-11-vbox I try to build deb from source code, still segment fault. ``` REPO_ROOT=. cmake "$REPO_ROOT"...
Tinypng supports resizing image: https://tinypng.com/developers/reference#resizing-images Would you please support this feature?
Markdown will render ˋcodeˋ to `code`. Please also add css to highlight `` tag like github markdown.
IPv6支持?
目前发现一个小问题,就是如果有些网站返回ipv6解析记录的时候就不走代理了,导致访问失败。 以及发现如果ss服务端不支持ipv6,但是由于DNS解析记录返回了ipv6地址,照样会访问失败 是否未来会对IPv6的支持做改进? 比如这几种场景: - 客户端和ss服务端均不支持ipv6 - 客户端支持ipv6,ss服务端不支持 - 客户端不支持ipv6,ss服务端支持 - 客户端和ss服务端均支持ipv6 对于这几种场景希望都有适配