Brett
Brett
As a side note, I’ve been running into something where when I initially `—start` the service, the casks I’m upgrading quit, and opening them (i.e. from Spotlight) doesn’t work properly....
Hey! 👋 Pretty smooth sailing here as well. - The notifications never show for me, though I know for a fact that formulae/casks have been upgrading in the background. -...
Not that I know of, no. FWIW, I run plenty of other apps that I assume are triggering notifications and running AppleScript (Alfred, other cli tools). Not sure if that’s...
 Can’t find a way to see the full error message though.
Here’s the out file: https://gist.github.com/babramczyk/83108ba0ce0d5c0e29b6224b24a7f1fb. No `.err` file. I noticed in that logfile that the Bartender app is quitting a lot, and it seems like autoupdate is the reason. Lines...
Got it. Just set `SUDO_ASKPASS` (and tested it with a `sudo` command locally to make sure I did it right) — so I’ll let you know what happens in the...
@DomT4 here’s the results so far from `SUDO_ASKPASS`: https://gist.github.com/babramczyk/32a1444b57f377b8304c6426728fdb7b Looks like things are working! I’m still getting confirmation dialogs for some apps after updating, but I’m still not sure if...
> Could we also add a note that it is incompatible with `transform-runtime`? (ref: [babel/babel#10271](https://github.com/babel/babel/issues/10271)) Do you have wording in mind on this? Might be easier than me trying to...
@connormeredith > It feels like it might be simpler to assert that the user navigated to the correct URL after clicking button I could do that in addition to my...
Sure thing 🙂 One last thing in response that I think might still be relevant -- the `findBy...` method you suggested also doesn't work in this case -- the button...