Ryan Cheung

Results 34 comments of Ryan Cheung

@sstephenson Handle the pending PRs please! These guys had done great job.

好文啊,Go 新手学习了~

ubuntu 18.04 Desktop 实测: QQ轻聊版 无论怎么设置 无法输入中文 TIM版可以输入中文

There are still many ancient Windows like 32bit Win7 or even WinXP in China. I suggest just keep win-x86 as soon as win-x86 dotnet still exists.

I think drop XP is fine. It's too old. It's very rare for gamer.

> The workaround for now is to add this snippet to your .csproj file: > > ``` > > > > ``` If you are in Linux, the following would...

> I can reproduce. Complete test project: [sample-8e39058.zip](https://github.com/xamarin/xamarin-macios/files/13673302/sample-8e39058.zip) > > I've found a couple of workarounds, which may or may not work in a bigger project: > > * Add...

Here is the repro project https://github.com/FNA-NET/Samples/tree/dllimport-repro/iOSGame1 Run `dotnet build -t:Run` and get the error: ``` Launched application 'org.FNA-NET.iOSGame1' on 'iPhone' with pid 1413 2024-07-08 21:56:23.480 iOSGame1[1413:365494] Unhandled Exception: System.EntryPointNotFoundException: SDL_SetHint...

>The long running uninterrupted computation will run into problems though. For example, if the program has infinite loop for(;;) { } on one thread and allocates on a second thread,...