John Lindquist
John Lindquist
@AntonNiklasson Here's today's nightly build. Still a few minor things to work out, but should be able to finalize it by this weekend: m1: https://drive.google.com/file/d/1HV64M71nb4uEmLYwf_Isw7rEHLe-4CM1/view?usp=sharing Intel: https://drive.google.com/file/d/1YsyCKAHmE3EX07IAhgsZBTzhl2tNYCEr/view?usp=sharing
Yikes, I marked this as done in my todoist after posting the preview build 😅 I'm pushing to get the big, bad September build out asap
Agreed. Also looking into ways of navigating to that ctrl when you cmd+B (or cmd+click) on it.
Well, there are a bunch of resources for building plugins for IntelliJ (the platform which WebStorm is based on), but we're currently moving this plugin over to the main JetBrains...
From my point of view, `pageTitle` has a default and a streamed value from the movie service (since all `http.get` requests are streams). So it makes sense to handle the...
@caoxiemeihao Awesome! Sorry I've been quiet recently. I had a huge influx of Script Kit users and haven't been able to focus on the vite branch like I need to...
@caoxiemeihao Sorry, I missed this. I'll try to get around to this tomorrow. I don't need to use the `nodeIntegration` property, so I stopped investigating for now and switched to...
@uniphonic On my phone, so quick answer: Try: await arg({ ignoreBlur: true }) ignoreBlur should work on all prompt types
@kostasx `ignoreBlur` should be on by default when using `drop`. Is that not the behavior you're seeing?
@mizagog @kostasx Which version of Script Kit are you on? This should keep the window from hiding behind other apps when losing focus: ```js await drop({ placeholder: "Drop a file",...