John Lindquist

Results 219 comments of John Lindquist

I'm 90% sure I'd have to publish a Windows arm build for it to even have a chance of working...

@tbogard It's on Electron 22 on the latest build. There's an arm build here (https://github.com/johnlindquist/kitapp/releases/download/v1.40.62/Kit-Windows-1.40.62-arm64.exe), but I don't have a machine to test it on: https://github.com/johnlindquist/kitapp/releases/tag/v1.40.62 @ecrax @gabrielcarloto Can you...

@gabrielcarloto Awesome! I'm curious why it's a different behavior/permissions for different people. ## Why the `spawn` error? The setup process is trying copy the _real_ error to clipboard, but failing....

@joelgrimberg You may need to enable this in system preferences (osx _should_ have prompted you to do it, but it's kind of hit or miss :/ ) ![CleanShot 2023-01-03 at...

You may have to quit, re-open Kit.app. Maybe even restart your computer. 😢 This is the only answer I found on StackOverflow: https://stackoverflow.com/questions/68371681/how-to-reset-the-push-notifications-permissions-alert-on-macos

@st0le Can you please try the Windows build from here? https://github.com/johnlindquist/kitapp/releases/tag/v1.40.1

I need more details: Are you an admin on your machine? Are you on a VPN? Is there anything on your machine that you think might interfere with an app?...

@UnitedWithCode Does the install get far enough to see any logs? %USERPROFILE%\.kit/logs/kit.log %USERPROFILE%\AppData\Roaming\Kit\logs\main.log %USERPROFILE%\AppData\Roaming\Kitlogs\update.log Do you see the splash screen when you install, or does it fail before anything happens?

@ismanapa Awesome, thanks for debugging and letting me know the fix. Super helpful since I wasn't able to reproduce. I'll see what I can do fix the setup process for...

Widgets use "petite-vue", so they require the `:class` syntax to bind a property from the state https://github.com/vuejs/petite-vue ```js let w = await widget( ` Hello {{bgColor}}! `, { transparent: true,...