xmcp
xmcp
Tested on v29.0.2 and virtual camera is still not working in PotPlayer. The symptom is same.
timeout killer 是考虑到如果有人掉线,两次没回复ping,就把nc停掉。 不加这个判断的话,TCP keepalive可能也有这个功能,但我不确定。我是看到 [ws库的文档这么写了](https://github.com/websockets/ws#how-to-detect-and-close-broken-connections) 就抄了一份过来。不加timeout killer确实也行,因为选手直接nc的话也有掉线的问题。
看了一下TCP keepalive默认情况是空闲两个小时才生效。所以如果选手直接掉线,而且题目也一直不输出消息的话,就会等到 min(2h, 题目超时) 才关闭。这样做之后可以把web终端的掉线关闭时间缩短到35s,但是直接nc的选手如果掉线还是会等到超时。 (叠个甲:以上内容都是我脑补的,并没有实际去测。可能不对。)
Hi, I have recently [fixed the FetchError issue with non-ASCII characters](https://github.com/awesome-webextension/webextension-store-meta/issues/2) in the upstream `webextension-store-meta` library, and the patch is included in its v1.2.0 version. This version should fix the...
[xmcp/HEED-GUI](https://github.com/xmcp/HEED-GUI) 是一个可以通过事先人工输入少量验证码实现自动刷新的辅助工具,无需验证码识别模型或接入第三方API,原理供参考
可以加入。目前可以暂时手工转换一下格式
新版pakku将直接读取播放器黑名单,故关闭此issue
这是纯粹出于偶然。因为B站更新了protobuf添加了彩色弹幕相关字段,pakku的protobuf定义没有随之更新,处理一遍之后相关字段就丢失了。
打算之后迁移到manifest v3的时候进行一波重构,届时允许更深入的自定义
可以升级到 [v2024.3.1](https://github.com/xmcp/pakku.js/releases/tag/2024.3.1) 后通过 [用户脚本](https://github.com/xmcp/pakku.js/blob/master/userscript_docs/README.md) 实现此功能