Yuyi Wang
Yuyi Wang
Would you also like to publish a new release for #704 ?
Oh, yes. Thanks!
May I ask what's the progress of 0.30? It seems that all PRs listed in https://github.com/nix-rust/nix/issues/1750 has been merged.
I tried to run the `ltex-ls.bat` directly: ``` Exception in thread "main" java.nio.charset.UnsupportedCharsetException: cp65001 at java.base/java.nio.charset.Charset.forName(Unknown Source) at picocli.CommandLine.getStderrEncoding(CommandLine.java:14531) at picocli.CommandLine.getErr(CommandLine.java:1236) at picocli.CommandLine.handleUnhandled(CommandLine.java:2097) at picocli.CommandLine.execute(CommandLine.java:2093) at org.bsplines.ltexls.LtexLanguageServerLauncher$Companion.main(LtexLanguageServerLauncher.kt:223) at org.bsplines.ltexls.LtexLanguageServerLauncher.main(LtexLanguageServerLauncher.kt) ```...
OK, I'll install cargo-hack :(
是否有可能在 x86 和 x64 平台支持直接链接到 ucrtbase 的方案?我希望扔掉 vcruntime140,但是并不支持 win10 以下。
MSVC from VS 2026.
Well... I'm a little confused about why `twice` failed. I cannot reproduce it on my machine.
I found that `twice` sometimes fails. I've checked that the elapsed time is 991.075ms, less than 1s, but the `timeout` passed to `ProcessSocketNotifications` is exactly 1000, and it returns with...
The tests on i686 is another problem. I've reproduced the failing tests, but I don't understand why the same code works on x64 fails on x86.