Results 112 comments of Yuyi Wang

I've opened PR to add this initial Windows ARM64 support. However, I don't know about the function table and the ARM64 SEH. I think we need some help from experts...

This bug is also caught in VSCode. Flag 3 appears when I try to drag some parts.

I tried in Windows and it is as fast as in WSL, sometimes faster. But I do *sometimes* come across the error `cannot access '.'` if `-a` is passed. This...

MSYS2编译到ARM其实可以交叉编译,但是需要手动设置。clang本身是可以交叉编译的,打开CLANGARM64的源,也可以下载到需要的lib

Which log do you refer to? How to obtain the WSL log?

There's no such command, maybe because the plugin stucks when trying to connect WSL. The extension host log: ``` 2023-12-06 00:06:30.368 [info] Extension host with pid 24672 started 2023-12-06 00:06:30.403...

I cannot find any tab named 'WSL'. The terminal tab is empty inside and cannot launch a WSL shell. And by the way, this error only occurs on the Windows...

This week I've found that the bug has been fixed in the latest canary Windows. As the original author of the issue, I'll close it till the bug re-occurs.

`Stream` is actually in the std, which names `std::async_iter::AsyncIterator`. It's a nightly feature.

> I also didn't see a WebWindow.Mac.cpp file to make changes too. It's `WebWindow.Mac.mm`.