Chris Jones

Results 230 comments of Chris Jones

Still ignore this, just testing

Hmm, I'm not sure what is going on here. This passes before and after on my x86 mac, and on my ARM macbook, but not on an ARM Mini.

If you set it to 0, do the animations happen instantly?

I'm genuinely considering investigating what it would take to ship a single release with all of the malloc/zombies/sanitiser debugging features enabled, just to see if the nature of these reports...

Since we're apparently already paying the (approx 2x) performance cost of the Address Sanitiser in release builds, #2760 enables some of the additional options. I think we should carry these...

Couple of random thoughts while doing the dishes: - Lua does a lot of work before it calls a function, we essentially just call _pcall() - are we missing a...

potentially it does, yes, in the sense that we'd see function names and filenames

So, I've checked through the codebase and there's only one place we call `CFRunLoopRun()` - for enumerating mice in `hs.mouse` and it looks like we're doing it properly (ie with...

Similarly we have some inconsistencies between adding source with either `kCFRunLoopDefaultMode` or `kCFRunLoopCommonModes`

@latenitefilms interestingly, you don't seem to have the same sorts of crashes in CommandPost