John Lindquist

Results 181 comments of John Lindquist

Interesting... ~/.kit/db/prompt.json will attempt to store the prompt position per script. The logic that's handling that cache must be interfering with your custom sizes. I don't really have a solution...

@yesfeel Can you show me your log at: %USERPROFILE%\AppData\Roaming\Kit\logs\main.log

@Varkoff Thanks for reporting. I do need to handle malformed config files. I'll try to sneak it into tomorrow's build. Note: I would've originally recommended quitting Kit.app, deleting ~/.kit, then...

@mstine Absolutely. The plan is to ditch all the AppleScript stuff in the future. Ultimately, to interact with other apps (instead of AppleScript) the plan is to build extensions for...

Try quitting and opening again. It may have been a false positive during the setup process

@mstine I'll dig into this. For now, you can use one of these approaches: ```js // Primarily for mouse users. Opens system file picker let filePath = await selectFile( `Pick...

@benjaminkitt Ok, thanks. I did a recent refactor to speed up the install process. I must have messed up the Linux logic. I'll try to get it sorted and tested...

Hi @YoonJongok ! Did you drag the app to the /Applications dir? Also, try just quitting and re-opening. That seemed to fix it over here: https://github.com/johnlindquist/kit/issues/1002

@TAKANOME-DEV Fyi, I'm working on extracting the install process so people can run 🚨 NOT READY YET, HOPEFULLY TOMORROW 🚨 ``` npx @johnlindquist/install-kit ``` If the app install encounters an...

@TAKANOME-DEV Yeah, sorry about that 😬 The plan is to use it internally in the app setup so that if it fails, people can use it externally and it's the...