John Lindquist

Results 219 comments of John Lindquist

@andlang Same error in the logs as the "crash after escape"?

@andlang Please give this build a try: https://github.com/script-kit/app/releases/tag/v3.11.12

Oh, interesting. That gives me an idea to what it might be. I'll fire off another build soon

@andlang https://github.com/script-kit/app/releases/tag/v3.11.15 Please try this build. I believe it should resolve it

@andlang the log should at least be a little different. Can you send me the last few lines before the crash? My friend has a touchbar Mac. I'll hunt it...

@ianjsikes great callout, I'll get it sorted internally. Should be a fairly straightforward fix.

Thanks for the kind words! Do you see anything in the ~/.kit/logs/kit.log that would indicate that something failed/etc? I'm not exactly sure what to tell you to look for. I'll...

@Masov Sorry for missing your previous comment. Any chance you could check out the latest build? https://github.com/script-kit/app/releases/tag/v3.20.8 I've added a lot of fixes recently

@eddiemcconkie fwiw, it's almost always better to use: ```ts await setSelectedText("https://github.com/eddiemcconkie"); ``` So that it just "pastes" it. keyboard.type is incredibly difficult to debug based on OS/version/etc. If you're familiar...