mlch911

Results 78 comments of mlch911

功能和UI都做好了,可以看下 @hughkli

@hughkli 有空看下吗?

Is there any workaround for this? I'm using a 6900xt. After I updated to 25.3.1, I encountered freesync problems, which caused flickering on the screen, so I had to roll...

@Michael-Lumpp I have tried your code. And it wouldn't trigger the assert you mentioned. BTW, your code could not build. Did you write any extension code to `ActionSheetStringPicker`? We don't...

This one is completely different from the previous PR. This PR is to parse the simulator as the same way as a real phone. Just like #81 .

> 控制台里的日志是已经加载到数据了, 界面上是空白吗? 是的

I mean, I want to write something like this, different catches handle different errors, rather than putting all error handling in the last catch. ```swift attempt { doJob1() return 0...