TotallyGamerJet

Results 40 comments of TotallyGamerJet

> > The app freezes and becomes unresponsive even after returning focus. > > > > It depends. You have to call `SetRunnableOnUnfocused(false)`. Pressing N minimizes the window. When I...

I'm not sure why you can't reproduce it. I've cleared Go's cache, updated macOS since there were some Xcode changes and it still happens every time.

Very strange. I'll try to find what could be different

Ok, I figured it out. I had Stage Manager enabled. After I disabled it the app seems to work as expected. Now why does stage manager cause the issue 🤔

The problem is `(*UserInterface).iconifyWindow()`. There is a for loop in this function that checks if the window has been iconified with `u.window.GetAttrib(glfw.Iconified)`. The issue happens when using MacOS's Stage Manager...

I don't think this is a serious issue since it only happens with Stage Manager enabled, and minimizing the window in software. The yellow minimize button works as expected. If...

[Purego](https://github.com/ebitengine/purego) which is a dependency of Oto, Beep, and Ebitengine as well as others doesn't just pull symbols it also pushes since it reimplements `runtime/cgo` package when `CGO_ENABLED=0` entirely in...

> Push linknames are still allowed. If they are currently pushed from runtime/cgo, I believe you can still push them from Purego. Does Purego push symbols more than runtime/cgo? No,...