Bart Reardon

Results 9 issues of Bart Reardon

Currently only uses swiftDialog. Could also be expanded to use DEPNotify or IBM Notifier (I've not use the latter though so not sure how it works but should be possible...

feature

Would be pretty cool to be able to pop open basic dialogs using the shortcuts app. Looking at the intents framework, it might be a bit of work but worthwhile....

enhancement

to replicate: start dialog with any image as the icon. The following will work with no issues: `echo "icon: centre" >> /var/tmp/dialog.log` `echo "icon: default" >> /var/tmp/dialog.log` update the icon...

bug

Had a request to see if we could get dialog running at the login window. This is currently prevented because DNDPrefs lookup fails in that context

enhancement

As suggested by @AndrewWCarson https://github.com/apple/swift-argument-parser

enhancement

There is a bunch of bad practice that made its way into early code and I need to clean those up. This is a note to self to consider cleanup...

Regarding this block of code: https://github.com/grahampugh/erase-install/blob/515128ae88e166e4e5868bce52a06db646a2b713/erase-install.sh#L59-L67 It would be more robust to use the release tag to get the download url rather than expect the pkg name to be in...

The certificate for the v2.0 pkg is `Developer ID Installer: Stuart Ashenbrenner (6PV5YF2UES)` The certificate for the latest release is `Developer ID Installer: Jaron Bradley (C793NB2B2B)` Is there a plan...

Fix issue when collecting launchd data if a launchd item references a path that no longer exists. this would previously cause an abort for trying to unwrap an optional 2.2.1...