Melissa
Melissa
Very nice! Might have to look into integrating this with the repo. Did you want to make a separate repository for this? That way we could support external sheets in...
Thanks for looking into this. My initial thought was that it might be related to the attached message (using `CaptureMessage`) being affected by sampling, resulting in `CaptureUserFeedback` failing. For example,...
After adding some logging I can confirm this is indeed what is happening: ``` 2024-09-10 11:10:04.6697|DEBUG|SentryLogger|Event sampled. 2024-09-10 11:10:04.6697|WARN|SentryLogger|User feedback dropped due to empty id. ```
We have a special Feedback dialog that users can open on demand (through a button on our UI) that the user can choose to optionally attach logs to. It looks...
You need to link with OpenGL. Also this is not a very useful issue.
Thanks. I don't see the "Run anyway" option currently, but maybe I have to wait a bit. Is the plan to get it signed & notarized in the future?
Thank you! Unfortunately, the `spctl` command doesn't appear to work anymore as of MacOS 15, as it throws the following error: ``` This operation is no longer supported. Please see...
> Did this command work? > > ``` > xattr -dr com.apple.quarantine /Applications/Deskflow.app > ``` Ah, it did! After starting it again, it gave me the option to enable it...
@Dentrax I opened `Deskflow.app` using "Show app contents", navigated to where the `deskflow` binary is, and dragged it into the accessibility settings list. It works now! 🚀
To clarify the steps I did to make it work on MacOS 15, in case it helps someone (or for the wiki page): I ran: `xattr -dr com.apple.quarantine /Applications/Deskflow.app` Then...