TSRBerry

Results 281 comments of TSRBerry

Actually, could you make sure the checks workflow passes? That would help a lot!

It does, but we need to ask for more permissions first, so it's easier to disable it for now.

Executing `dotnet format` is not enough, you'll need to execute it like this instead: ```bash dotnet format whitespace && dotnet format style --severity info && dotnet format analyzers --severity info...

Yes! I haven't reverse engineered this applet yet, so I'm not qualified to review this. Maybe @AcK77 has done that already?

![image](https://github.com/Ryujinx/Ryujinx/assets/20988865/7738bc74-754d-4252-ac03-d937afba2b50) You should be able to re-request a review by clicking this button.

If unicorn currently doesn't bundle a native library for macOS ARM we should PR that to them, since they are also using GitHub Actions for their packaging. I could do...

Skipping CPU tests is not a good idea.

If anyone is able to reproduce this issue on current master as well please comment here and tell us what you did to trigger it. I also think you might...

I'm guessing `https` was looked up before and `DNS.GetHostEntry()` just returns the result from the cache (assuming you cache dns lookups locally). LDN shouldn't matter for this issue, so no...