WangFeng Huang

Results 82 comments of WangFeng Huang

It appears that some network connectivity exists when NVDA exits. causing this issue. ```log INFO - __main__ (23:20:14.519) - MainThread (17172): NVDA exit ``` [Logfile.CSV](https://github.com/nvaccess/nvda/files/14002056/Logfile.CSV) ```csv "23:20:13.4196533","nvda.exe","16560","TCP Receive","XZ-LG3F6HC0LGOT:54215 -> zebi.nvaccess.org:https","SUCCESS","Length:...

> @CyrilleB79 ok, Thanks for your try. Sadly, i don't see my self advance enough to be able to build nvda. But if i could, i would implement a lot...

The current stc sample built on the master branch should be resolved https://github.com/nvaccess/nvda/issues/13976 But the above problem still exists in the 3.2.4 build. I'm not sure if the update to...

I don't really understand this aspect. Maybe this is indeed a temporary way? Cc @lukaszgo1, @seanbudd, @michaelDCurran Any thoughts?

> It was fixed by [fcc7430](https://github.com/wxWidgets/wxWidgets/commit/fcc7430610ca202b744df75dc3d7e471a1e8b8a4) `Set wxALWAYS_NATIVE_DOUBLE_BUFFER to 1 to wxMSW too`. > > I don't think we can just apply that to 3.2, because it assumes all other...

这也可以用于修复 Android 上的 Termux 无法 `cargo install mdbook-katex` 的错误。

很抱歉我的能力不足以确认这些,但从之前的报错信息看,似乎确实跟 `quickjs` 有关。 我更改了 unix 部分的 dependencies 确实解决了无法安装的问题,但我遇到的问题似乎和 @whooie 遇到的不一样? 如果您有 Android 也许可以亲自复现这个 BUG。

我不确定如何才能完整的描述我的平台信息,希望可以有用。 ```bash ~ $ uname -a Linux localhost 4.14.117-perf-g66aed98 #1 SMP PREEMPT Wed Dec 9 16:54:14 CST 2020 aarch64 Android ``` android version: 10 64-bit ABI: arm64-v8a 32-bit ABI: armeabi-v7a,...