Results 4 comments of Paul

For me the power of grav is the admin blueprints - I'd love to see more focus on reusable and composable blueprints that have stronger bindings to the templates. Maybe...

I am seeing the same issue but for `bash (com.apple.bash)` file: `/Library/LaunchAgents/com.kaseya.update.plist`

Sorry, my plist seems to no longer be there. But here is `/Library/LaunchAgents/com.kaseya.kusrtsk.plist` from the same vendor: ``` Label com.kaseya.KUsrTsk ProgramArguments /Applications/KUsrTsk.app/Contents/MacOS/KUsrTsk RunAtLoad LimitLoadToSessionType Aqua ```

I found it easiest to use a combobox with a computed list of times ```html ``` ```js computed: { timeList(){ let times = [] let hours, minutes; for(var i =...