Ziping Sun

Results 6 issues of Ziping Sun

I've partly implemented the feature requested at [this issue](https://github.com/termux/termux-app/issues/35). I think zoom with two finger pinching is already enough, so I change the reaction of double tap and drag from...

Here is the original code snippet from the master branch. https://github.com/google/leveldb/blob/fb644cb44539925a7f444b1b0314f402a456c5f4/table/format.cc#L31-L40 Should L35 be the following instead? And L39 can then be eliminated. The original code truncates destination string unexpectedly....

Hi there, I found `alicloud_ims_oidc_provider` didn't expose the `arn` attribute, whereas `aliyun ims GetOIDCProvider` does show the attribute. Is it possible to **add the `arn` attribute to this resource**. Thanks!...

I added debug information to check which `ssh_options_set()` on earth returned the random error. I found it was always this line. https://github.com/spook/sshping/blob/b2e7c40820646561ffc03046ed85e5645a7c27eb/src/sshping.cxx#L544 I searched the libssh documentation, and it stated...

It seems if the `host` argument in `ssh_options_set(session, SSH_OPTIONS_HOST, host)` is an IPv6 address, this address should be enclosed with the brackets. I only tested this PR with an IPv6...