Chris Jones

Results 232 comments of Chris Jones

We should be able to add some API to make this easier to figure out - the display server knows whether a monitor is mirrored or not, and differentiates between...

Not at the moment, but it looks like something we ought to be able to add, although I'll note that the minimum macOS version for the underlying AppIntent API is...

hmm, do we use any of the old screen capture APIs?

Oh, right, we do have window snapshotting. Good spoit

I had a look at the ScreenCaptureKit API and we are going to have to replace our existing API - everything in SCKit is async, so we will have to...

@jameswhqi is this still an issue? Your replacement code makes sense I think, but I'd like to check first.

I think the timer not firing while the computer is asleep, is what I would expect to happen. It should start firing again once the machine wakes up. Are you...

`hs.timer.doEvery()` couldn't be any simpler: ```lua module.doEvery = function(...) return module.new(...):start() end ``` @kimjianzsu were you capturing the output of `doEvery()` in a global variable before?

I'm going to re-open this since it seems like there may be a deeper problem here.

I was trying to avoid complicating the conceptual aspect of chooser by not adding this, but I do think it's a valid use case