RainSlide

Results 76 comments of RainSlide
trafficstars

Note: Starting from 2023, mid-level phones and beyond should be mostly capable of decoding (at least) 720p AV1 video, both hw and sw decoding.

那未来可能制作浏览器拓展版本吗?浏览器拓展是可以避免跨域问题的。

Chinese Simplified & Tranditional I really suggest open the most used 20 or 30 language, so everyone who want to help on the translation can do that at the moment...

issue 4376 已经 close 了,这个可以 close 了吗?

VPN should always work, but some just use socks5 proxy. And, even now, there is still no very good socks/HTTP-proxy-to-VPN solution (expect for SocksDroid on Android, maybe). I think a...

Delete-able QTWebEngine sounds reasonable. Who delete his QTWebEngine, who find out how to deal with login.

Some software provides separate pdb file downloads for debugging, is this approch possible for ImHex?

> Who would download and use these separate debugging files ? AFAIK, WinDbg, "who" keep downloads symbol files automatically, until the disk is filled

4376 已经 close 了,这个可以 close 了吗?

简化评论区相关代码出现报错 控制台报错: ``` Bilibili Evolved TypeError: l is not a function ``` 调试器确定是简化评论区的代码出错,应该是函数的 `l` 变成了 `undefined`: 截图 定位到对应代码: https://github.com/the1812/Bilibili-Evolved/blob/cb55fc2669e74da2953f14343663e00a8a337478/registry/lib/components/style/simplify/comments/index.ts#L57 发现此函数只能运行一次: https://github.com/the1812/Bilibili-Evolved/blob/cb55fc2669e74da2953f14343663e00a8a337478/src/core/container-query.ts#L10 怀疑是运行了不止一次。建议储存此函数的运行结果,或者把 `lodash.once()` 去掉。