Xavier Xiong

Results 17 issues of Xavier Xiong

版本v3.8_20190411,现在是Swipe翻页。 习惯了Ehviewer的点击屏幕边缘翻页以后,再用回滑动翻页看久了会非常累。 请问作者能否再加入一个 UITapGestureRecognizer 点击屏幕边缘翻页? 谢谢!

deepin-wine-qq可以正常安装但是wechat不行 ![image](https://user-images.githubusercontent.com/734749/178430169-90e9dfc2-8364-48e2-9b6b-abe3f40cae8b.png) 推测应该是安装程序的兼容性问题 WeChatSetup-3.7.0.30.exe `md5:f051ff988f36b1c9e2ba3b98cebbc7b6` 安装和run.sh无任何报错

## 你使用的 chinesesubfinder 是什么版本,什么环境? chinesesubfinder 版本: v0.30.1 环境: docker ## 你想要新增或者改进什么功能? 增加sonarr api对接, 这样无论你用的media server是jellyfin emby 还是plex 都无所谓了 ## 这个功能有什么可以参考的资料吗? https://github.com/morpheus65535/bazarr https://github.com/morpheus65535/bazarr/blob/master/bazarr/get_series.py

需要在env 里加上LC_ALL=zh_CN.UTF-8,建议加到run.sh里面去不然每次更新都得手动修改 例如: ``` Run() { extract_archive "$ARCHIVE_FILE_DIR/helper_archive.7z" "$ARCHIVE_FILE_DIR/helper_archive.md5sum" "$SPECIFY_SHELL_DIR" if [ -n "$PATCH_LOADER_ENV" ] && [ -n "$EXEC_PATH" ];then export $PATCH_LOADER_ENV fi if [ -n "$EXEC_PATH" ];then if [...

错误是: /opt/apps/com.qq.im.deepin/files/helper_archive.7z 损坏,解压失败

## Reporting bugs/issues * When reporting a bug/issue: * Ensure that you are using the latest release. * Revert any custom modifications or environment varibles to insure they're not the...

### Describe the bug I'm facing this subtitle loading bug. Subtitle settings: ![image](https://user-images.githubusercontent.com/734749/210184614-c30dafca-c9b7-4997-9af9-ad49a9c69a63.png) The server correctly detect the chinese subtitles and use it to play the media ![image](https://user-images.githubusercontent.com/734749/210184765-a7fa6c4b-f474-4a70-bdec-39ef0a323c48.png) As the...

bug
confirmed

### ⚠️ Please verify that this bug has NOT been reported before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to...

bug
question

可用的hooks如下: https://docs.ultimatemember.com/article/1324-hooks-list 需要重写6个function ``` add_action( 'um_after_login_fields', 'um_micaptcha_login'); add_action( 'um_submit_form_errors_hook', 'um_micaptcha_login_validate'); add_action( 'um_after_register_fields', 'um_micaptcha_register'); add_action( 'um_submit_form_errors_hook', 'um_micaptcha_register_validate'); add_action( 'um_after_password_reset_fields', 'um_micaptcha_lostpassword'); add_action( 'um_reset_password_errors_hook', 'um_micaptcha_reset_password_validate'); ```

Fresh install on openwrt 23.05 X86_64 the install script finished with 3 dependances ERROR: ``` chacha20poly1305-reuseable>=0.12.1 cryptography>=42.0.2 pyopenssl>=24.0.0 ``` resolve it by `pip install pyopenssl==24.0.0 cryptography==42.0.2 chacha20poly1305-reuseable==0.12.1 ` ``` Successfully...