Chenhe

Results 13 issues of Chenhe
trafficstars

`Scroller` seems no used. See #9

Since `Scroller` used to calculate current position which relate to the peogress of scrolling. But in this lib we calculate the speed ourselves. `Scroller` just be used as a flag...

这里记录了一切不恰当的行为。 All inappropriate behavior is recorded here. ### 出言不逊 | Rudely: User: [email protected] (Deleted) ![](https://user-images.githubusercontent.com/10266066/171852136-fb545e54-f606-4f64-812a-58e4d7193c89.png)

- [x] 我已确认手机与手表应用版本相同。 - [x] 我已经给予了需要的权限,例如:自启/后台运行/关联唤醒。 **错误描述** 华为手表无法打开app,缺少共享库 **手表(务必填写下列信息):** - 设备:GLL-AL01 (watch3) - 系统:Android 10 - 应用版本:v6.1.0 **其他内容** [app center ticket](https://appcenter.ms/users/chenhe/apps/Wear-Gallery-Watch/crashes/errors/842053128u/overview)

bug
device: watch

Register as Picture provider so that watch face can call Wear Gallery to get Image.

enhancement

使用当前 master 分支编译的 xlog `65f5e95`,根据 #204 的要求设置了缓存目录,同时也指定了日志目录。 但是真正的日志文件却一直呆在缓存目录里,扩展名不是 `mmap` 而是 `xlog`,调用了 `appenderFlush()` 与 `appenderClose()` 都没用。 若缓存目录传 '' 则没有问题,但是又担心出现 #204 的异常。

针对合并多个订阅链接的情况,当前应该是按顺序逐个获取的。若其中某个订阅的服务器响应过慢,很容易造成 subconverter API 超时。 想到的一个方案就是并发请求获取节点信息,甚至可以加一个超时的配置参数,超过 x ms 后则忽略此订阅。避免一个订阅异常导致全局异常的问题。 个人对 c 还不太熟悉,暂时不方便 PR 了抱歉 :(

low-priority

### I agree and want to create new issue - [x] Yes, I was on [Hexo Docs page](https://hexo.io/docs/), especially on [Templates](https://hexo.io/docs/templates.html), [Variables](https://hexo.io/docs/variables.html), [Helpers](https://hexo.io/docs/helpers.html) and [Troubleshooting](https://hexo.io/docs/troubleshooting.html). - [ ] Yes, I...

Feature Request
🎯 Roadmap

*Moved from [spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/889).* I found a similar issue [#823](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/823). Finally [the author said](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/823#issuecomment-881389112): > You were right. The issue was with Kotlin Data class which is immutable in nature. Changing...

waiting-for-triage

`org.keplerproject.luajava.LuaState.pushInteger()` can not linked to the C function because the C function is not exist. So an exception will be threw: ``` java.lang.UnsatisfiedLinkError: No implementation found for void org.keplerproject.luajava.LuaState._pushInteger(org.keplerproject.luajava.CPtr, int)...