John Lindquist

Results 219 comments of John Lindquist

@hansgen Glad to hear. Thanks for following up!

@tiptronic please try 3.4.5 https://github.com/script-kit/app/releases/tag/v3.4.5

@tiptronic This is the first time I've seen the error ``` error 16:25:16.348964+0100 tccd TCCDProcess: identifier=app.scriptkit, pid=4295, auid=501, euid=501, binary_path=/Applications/Script Kit.app/Contents/MacOS/Script Kit attempted to call TCCAccessRequest for kTCCServiceAccessibility without the...

@yowainwright yes, it works on all the variations of machines I've tested. Unfortunately, I didn't publish the homebrew version, I'll have to investigate if I can take it over. The...

Thanks for reporting this. A workaround for now: ```js const keyInfo = await hotkey() if (keyInfo.hey == "x") await say("hello") await arg({ onInit: async () => { exit() }, })...

We would _love_ to be able to drop `nvm` entirely and this would be a huge help!

Huh, interesting, looks like an API must have changed on me under the hood. Investigating...

Looks like I missed a breaking change note: https://www.electronjs.org/docs/latest/breaking-changes#removed-filepath I'll get it fixed ASAP and post another release.

@achtan Can you test `drop` with this build? https://github.com/script-kit/app/releases/tag/v3.1.13

@andlang had you tried any other versions of v3? Or just 3.11.10?