Mark Oates
Mark Oates
Could you provide a little more detail? When were you removed and what were the reasons for your removal?
Looks like this version is `gcc version 9.2.0 (Rev2, Built by MSYS2 project)`. Target is `x86_64-w64-mingw32`, not sure if that makes a difference.
In addition to `kIOHIDSerialNumberKey`, I also stumbled across a `kIOHIDUniqueIDKey` which appears to be exactly as it describes, a unique id representing the device. I can't seem to find robust...
I've attached some crash report info here: Zip contains the results of 10 runs. Each run that crashed (9 of 10) includes a backtrace of all the threads, and if...
> lldb ./my-app > r > (wait for crash) > bt all Yes, that's actually exactly what I did. The stack traces and crash reports do not match. 🤷♂️ Here...
> Could you try making some changes to osxgl.m as below and seeing if it makes any difference? I tried out these changes but unfortunately it didn't seem to have...
Hmm, now I'm unable to reproduce the error. With the Layers panel selected, `UP` and `DOWN` (with no `Command` or `Option`) will change layers. However with any pane selected, neither...
I see! That is it. The `PageUp`/`PageDown` icons are what confused me. I did not know this, but, it looks like Apple does have symbols specifically for `PageUp`/`PageDown`, different from...
OK, I did a quick skim online and across a few different applications on my Mac and I wasn't able to find any active Qt issues or mentions of it,...
Some time ago I built out my own autotiling system (before trying out and leaning into Tiled's) I came to the conclusion that a lot of features are very context-depedent...