Zachary Wander

Results 34 issues of Zachary Wander

- [x] I have verified there are no duplicate active or recent bugs, questions, or requests. - [x] I have verified that I am using the latest version of PiracyChecker....

There's a weird bug in at least Samsung DeX (and possibly other Desktop Modes): having an Accessibility Service enabled that can inject gestures breaks mouse interaction with WebViews. I'm not...

enhancement

I'm playing around with the experimental version of Compose for native macOS and I'm running into an issue involving an expect/actual Compose function. I'm not sure what's special about this...

Thanks to the discussion in https://github.com/lwouis/alt-tab-macos/issues/1852 and @Write's finding of self-observing being the issue, I narrowed it down further to some issue with `retryAxCallUntilTimeout()`. Something isn't happy about being put...

**Describe the bug** I updated to Ventura beta 5 today on my M1 Pro MBP and noticed that AltTab was hanging on launch. After playing around with building my own...

bug
unactionable
apple silicon
macOS 13

I'm trying to create a macOS target for a Kotlin/Compose multiplatform project using moko-resources. If I use `runDebugExecutableMacosArm64` or `createDistributableNativeDebugMacosArm64` I get an error: ``` kotlin.IllegalArgumentException: bundle with identifier tk.zwander.samloaderkotlin.resources.MR...

enhancement

This PR has 2 changes: - I noticed that checking for exceptions for when to show windows is getting a little complex and hard to read. This PR extracts checks...