knziha

Results 163 comments of knziha

In my case ffmpeg will produce laggy video files ( timeline uneven ) when the network is slow. https://github.com/streamlink/streamlink/blob/8ef3c73480f172f1535d549a1a6c85c7da1c0c1f/src/streamlink/plugin/api/http_session.py#L173-L183 You need to **reset the retries counter** once a new segment...

确实很卡,不过是不是调用注册表的问题? 如果需要大型数据表,常用potplayer、idm就可以,potplayer会将配置文件、文件关联存储到注册表,idm会保存下载记录到注册表

https://github.com/lxneng/xpinyin/blob/fe2af73c0b70c0ff5b3332dee16fe9de43a7e6f0/src/xpinyin/Mandarin.dat#L8055 https://www.zdic.net/hans/%E5%A8%9C 两个音,应该把na放在第一个

https://github.com/lxneng/xpinyin/blob/fe2af73c0b70c0ff5b3332dee16fe9de43a7e6f0/src/xpinyin/Mandarin.dat#L12729 https://www.zdic.net/hans/%E6%B4%81 汉典上只有一个音

Hi, It's fast to get their size during initialization asynchronously, even there are hundreds of pages. I choose to scan all of them because it's the simplest way. While google...

Two strategy of page navigation, one for jumping to page, and one for restoring. [Jumping to page](https://github.com/KnIfER/PolymPic/blob/a231c3b626c9c54c19edd74d4ef6e7a6d2454091/ActivityLauncher/src/main/java/com/knziha/polymer/pdviewer/PDocView.java#L341) : refer to the ezpdfreader, caclulate the offset of current page and replace...

Hi, similiar backtrace here https://github.com/appxmod/diodict-decompiled/commit/719900901b1a2acabace2e068a1ddb63778b5aa7 If I filter out `ACTION_POINTER_DOWN`,the native crash will become the “pointerIndex out of range” Exception: ``` if (actionMasked!=MotionEvent.ACTION_POINTER_DOWN) { try { boolean flingEvent = this.flingDetector.onTouchEvent(event);...

still v1 does not support s7 edge:SM-9350(with **Qualcomm Snapdragon 820 Processor** ),I can install arcore on it but can's run examples

what about this ? ``` int max = enc.maxLength(); if(max==1) { while (s < end) { if (lowerCaseMatch(target, targetP, targetEnd, text, s, textEnd, enc, buf, regex.caseFoldFlag)) return s; s +=...