Oscar Franco
Oscar Franco
Facing the same issue with the basic setup, when the app is in the foreground everything works fine, both `presentLocalNotification` and `scheduleLocalNotification`, however once I schedule a local notification and...
My issue turned out to be I was generating the ID myself a 32 bit unsigned integer, but somehow it was not correct it was overflowing, after I changed to...
File search is always executed, as stated on a previous issue, querying capabilities against the spotlight API are limited. I will leave it open if somebody else wants to give...
PRs are welcome
They are already there, are they not?
I don't quite understand what you mean... do you want to open a third party app settings window? is that even possible? Or do you mean searching for menu bar...
ah ok. I don't know if it is possible to programmatically get system prefs panels, current implementation has hardcoded paths. Will leave this ticket open for now, but someone else...
PRs are welcome
PRs welcome
There is more happening when the window is shown than just activating it: https://vscode.dev/github/ospfranco/sol/blob/dcdb7b7b34dba04ada467c77c60c1672cd400fd9/macos/sol-macOS/AppDelegate.swift#L181 You will probably not get around this with hammerspoon