Tyler Wilding

Results 97 comments of Tyler Wilding

It's not guaranteed across the board https://github.com/actions/runner-images/issues/5609 but especially in macOS it kinda makes sense...since apple silicon AVX2 support was dropped so perhaps they are preferentially using older azure instances...

I would be surprised if they did, my understanding for why Rosetta 2 stopped at SSE4.1 was because that was the lowest common denominator in the actively supported intel macs...

https://github.com/open-goal/jak-project/pull/3502 seems to have resolved this, i havn't seen an intermittent failure in a long time (for this reason).

Is this problem unique to jak 1, or do you see similar issues on jak 2?

Depends on https://github.com/open-goal/jak-project/pull/3266

It will not make a preview build from PR made from a fork (draft or non-draft doesnt matter)

![image](https://github.com/open-goal/open-goal.github.io/assets/13153231/3ef8ea63-114a-490b-bfdc-db0d1f084ab9)

So, tauri renders the window via `webkit2gtk`. The warnings in the logs may be indicative of a problem, or just be complete red-herrings. So on one hand that may explain...

I also wonder if there are feasible improvements in the decompiler to give a more explicit error when it fails for these reasons. Though first it's probably more important to...

Did some more investigating on this yesterday, as I figured / originally mentioned in the overhaul PR -- this is a challenge considering there is no default terminal on linux,...