Results 35 comments of Tryanks

已复现成功,是极严重的BUG。十分感谢反馈!~~将在几小时内修复。~~ 查了一万年都查不到错误出哪了

Hi, I've done some work based on this branch, adding a memory-based Lock implementation and enabling Lock support in other parts of the code. This work allowed me to connect...

> I will try, but some example ou could be helpfull Hi, but I think [scrcpy.c](https://github.com/Genymobile/scrcpy/blob/master/app/src) is the best example.

If your phone supports desktop mode—such as Samsung's DeX mode—you can try streaming to the *second screen* and launching desktop mode via adb commands. Apart from this, there are no...

If your target platform is RKMPP, you may need to use go-astiav/bump/n6.1 (see issues #27 and #57). For hardware encoding and decoding, consider using ffmpeg-rockchip. The mainline FFmpeg does not...

> CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢 > CurseForge 兔小巢...

In the latest commit (191b5f9ad5c1615a61fb17a52e031ec3ff85b103) of the main branch, the line height of each line depends on whether the first line of characters in the current screen range includes CJK...

Since I'm only learning Rust from scratch to investigate this issue, the following is just some slow progress I've made: In the file [sugarloaf/src/components/rich_text/mod.rs](https://github.com/raphamorim/rio/blob/f64e70de7a57e5470ea8b280097229d7445d742c/sugarloaf/src/components/rich_text/mod.rs#L318), when I modified the ascent and...

> To be frank I think we can actually use fixed values, would you mind doing a PR? > > Originally it was written with round because of different line...

Different fonts return different ascent/descent values. For the default Chinese font "PingFang" on macOS, the `OS/2` table lacks actual typographic values and falls back to the `hhea` table. The `win_ascender`...