Shun Zi
Shun Zi
Graby configuration: (in `services.yml` on a Wallabag instance) ``` wallabag_core.graby: class: Graby\Graby arguments: - http_client: ua_browser: 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' rewrite_url: 'weibo.com': 'weibo.com': 'weibo.cn' error_message: '%wallabag_core.fetching_error_message%' error_message_title: '%wallabag_core.fetching_error_message_title%' - "@wallabag_core.http_client"...
类似于这样的:(中键点击某一个代理,或用鼠标拖动选中一些代理进行测试)  或者设计更好的交互操作,如增加按钮等。 我做了一个较为粗糙的实现:https://github.com/shunf4/clash-dashboard/tree/feat/speed-test-selection
``` C:\>ver Microsoft Windows [Version 10.0.18363.752] C:\>jupyter console --kernel=jslab unknown msg_type: history_request Jupyter console 6.1.0 JavaScript In [1]: const fs = require("fs") In [2]: Do you really want to exit...
This has caused what was described in #84 but it is relatively mild. But think of the situation: when you are switching accounts in `MainActivity`, `SyncWorker` starts to sync! This...
I have been investigating #93 by adding logging to these places: https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/app/src/main/java/com/readrops/app/repositories/FreshRSSRepository.java#L199 https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/db/src/main/java/com/readrops/db/dao/FeedDao.java#L129 https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/app/src/main/java/com/readrops/app/repositories/ARepository.java#L52 Also I redirected the logs to files on disk. On Jan 14 the "deleted feeds" problem...
When I pull down to refresh in article list, a snackbar pop out saying "android.database.sqlite.SQLiteConstraintException: FOREIGN KEY constraint failed (Sqlite code 787 SQLITE_CONSTRAINT_FOREIGNKEY), (OS error - 11:Try again)", and no...
1. Open app 2. In article list, keep scrolling until you go past 300+ items 3. Click on one item on screen to read it 4. Go back to the...
I noticed https://github.com/AOSC-Dev/aosc-os-abbs/blob/stable/extra-displaymanagers/sddm/autobuild/patches/0001-use-white-face-for-users.patch . This patch causes white blank icons with default theme selected in sddm:  The original default face has a more normal appearance, e. g. in Arch...
TWRP 3.3.1-1 and above (at least for sagit) provided a broken `sed` executable, which fails to match `\b` to a word boundary. This caused `eufix-force-fbe-oreo` script entirely not to work....
https://github.com/haishanh/yacd/blob/d56fd19c5e5ce304cb6e8e26eddffbb406b8cc59/src/store/proxies.tsx#L311-L325 In line 320, why must we filter out "proxy providers" (Although I don't think they are proxy providers. They are proxy groups instead.) in delay test? It prevents users...