Results 16 issues of Binbin Qian

Hi Jason, I have a question, since Github action schedule doesn't support timezone, users around the world have to make some offset for UTC. However, `{{ date | date('dddd, MMMM...

## 你正在使用哪个版本的 V2Ray? 服务器: ``` V2Ray 4.44.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.17.3 linux/amd64) ``` 客户端: ``` V2Ray 4.44.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.17.3 darwin/amd64)...

I was writing a zola shortcode to highlight codes from file, like this: ``` {% set source = load_data(path="path/to/hello.c") %} {{ "```c\n" ~ source ~ "\n```" | markdown | safe...

这是由于 `!` 字符是 shell 用来调出历史命令,使用单引号或者转义应该就可以了

bug

- [x] 可复现问题的步骤 The steps to reproduce. 评论: ``` 有序列表 1. 列表项1 2. 列表项2 ``` 无法显示序号: 这是 GitHub 渲染: 1. 列表项1 2. 列表项2 - [x] 可复现问题的网页地址 A minimal demo of...

wontfix

``` Mar 19 21:07:00 webdav-ali[3157]: Post "https://api.aliyundrive.com/token/refresh": dial tcp: lookup api.aliyundrive.com on 127.0.0.1:53: server misbehaving Mar 19 21:07:00 webdav-ali[3157]: 刷新token失败 ``` 使用场景:在本地搭建了 DNS 服务器,刷新 token 时,DNS 没有启动,因此失败,此后一直没有自动刷新。DNS 上线后,手动重启可以正常使用。 可以预想到,一旦网络出现故障,token 刷新失败,就再也无法使用了。

rclone 下载、删除都没问题,复制一个 10M 的文件 `cp test /mnt/aliyun/`,出现 `cp: failed to close '/mnt/aliyun/test': Input/output error`,rclone log 如下: ``` 2022/02/10 11:54:19 DEBUG : /: Attr: 2022/02/10 11:54:19 DEBUG : /: >Attr: attr=valid=1s...

想滑到最底下看看是不是盐选,然后一不小心就切换到下一个回答了,我傻了 以及建议屏蔽盐选,这个有人提过了 谢谢大佬

enhancement

Hello, A few days ago my scheduled action failed with `Error: Cannot read properties of undefined (reading 'data')`, for details see https://github.com/qianbinbin/fdroid-priv-ext/actions/runs/5779647317/job/15662229381 It doesn't reproduce for now, and before that...

Hi there, Say we defined a function `f()` in a subshell with `set -e`, and call it with error check: ```sh #!/usr/bin/env sh f() ( set -e echo Executing false...