Jason McGhee

Results 118 comments of Jason McGhee

> Managed to repro this, but mp4 etc. all working fine, search working etc. but getting gray timeline, until quitting and reopening. i think this is a potentially unrelated issue?...

@lotas > Is there a way to debug this? Absolutely there is, if you spin up xcode and step through the code, you should get a better sense of why...

> complains about sqlite library missing Did you make sure it was marked as `macos` instead of `iOS`? (as per screenshot in readme) I'd also make sure to do `clean...

@lotas thank you- yeah that tells me there’s still something to do with either hardened runtime / app sandbox that’s preventing it from working for people who are downloading the...

Alright. I did a bunch of... stuff... to do with entitlements etc. Would love if someone having this issue try https://github.com/jasonjmcghee/rem/releases/tag/v0.1.9 Sorry for all the failures 🤦 - I'm trying....

Also happy to invite one of you to the TestFlight, and see if _that_ works:

Thank you! That's incredibly useful information. I'm clearly doing this 100% wrong! I will look into this as well. Right now rem is only using it to get the "application...

To speak to the discussion around `ScreenCaptureKit`: I ended up using: ```swift guard let image = CGDisplayCreateImage(display.displayID, rect: display.frame) else { return } ``` Instead of doing a capture stream....

Ha. It's like you're looking into my soul. This grew much faster than I expected and it's still very unstable. Going for feature complete before basic code organization, decoupling, tests...

Thought about this more - you could likely do "per-window" OCR as desired. like, get the frame and only do ocr within that frame, for each desired window.