Chiew
Chiew
``` #socks-port: 7891 allow-lan: false mode: Rule #log-level: debug #external-controller: '0.0.0.0:9090' #secret: '' Dns: enable: false proxies: - { ……} …… proxy-providers: exa: type: http url: "……" #interval: 0 path:...
2.1.6版本经过两天的使用,实测耗电大幅度下降了,处于同类软件中较低水平,已经跟kitsunebi差不多,但是更新描述里我又没看到有耗电相关的优化,不知道是使用场景(作为机主难以察觉的后台同步或者被挂起的google play更新等)有什么变化还是软件真的解决了异常耗电问题。 —————— 经过进一步观察,发现clash在使用移动数据网络时耗电会显著增大,比其他在后台使用移动数据进行联网的应用比如即时通讯软件(未经代理)、支付宝等都大,回到WiFi连接下则耗电马上降低(仅限2.1.6)。而移动数据网络也能成功连接到代理服务器,大致可以排除大量连接重试的可能。提出这点希望能对对照和排查问题所在有所帮助。
> I wonder if there's a way to only request AlphanumericHalfWidth the very first time the IME opens for a pane, and then just continue using the previously used mode...
> However, there may be other causes as well. > It seems that this issue only occurs with the current version of Japanese MS-IME, not with Google-Input or MS-IME(previous ver)....
So, the question now is, use the simple solution to change the `_editContext.InputScope` back to `CoreTextInputScope::Text` as soon as the `TSFInputControl` is connected to the input method for the first...
Thank you for your very attentive answer, by reading the documentation link you provided and looking at related topics, now I know that it is a common problem on mingw,...
Wait, I found a problem, the watch_later configuration file related functions get the file name too early, the changes here will not help to correctly read the last playback position...
After being reminded by a member of the `mpv-android` project, I realized that there is a better way to fundamentally solve the problem I encountered(Open external files using content uri...
Just open the app.js, search " (c = p && p.auth && p.auth.token ? p.auth.token : null),", find it and modify it to “(c = "xxxx-there is your own token-xxxx"),”....
[app.js.txt](https://github.com/ziahamza/webui-aria2/files/2459212/app.js.txt) Well, I have uploaded my own modified app.js as a txt file, which once was modified for supporting packing this program into a chrome extension. It's almostly can save...