Aral Balkan
Aral Balkan
So this was breaking components that couldn’t be server-side rendered and so had to be instantiated using `` in NodeKit. In case anyone else comes across this Svelte bug while...
> Esbuild wasn't de-duping the svelte import, so I was getting multiple copies inside my bundle. It’s odd because I’m using a custom resolver in my esbuild to ensure that...
@dummdidumm Hey Simon, thank you, that does indeed work. I’m going to see how I can incorporate checking if the source exists for a component and using that in my...
@sul4bh The ability to easily set a custom background colour would be very interesting for streamers (as they could green screen their drawings) ;)
Thanks for the update and hope you track down the issue with the App Center build (it happens, had it happen to an App Store update on iOS for one...
Link to Electron’s accessibility page: https://www.electronjs.org/docs/tutorial/accessibility
I just tested on Firefox and drag and drop from Files works there. This is apparently an issue with Epiphany not Files. Can someone with the correct permissions please move...
Reopening as it has started doing it again. Nothing’s changed since the last restart when it had started working.
__Workaround:__ You can preview your app icon with `--load-local` if you specify its identifier in your `appdata.xml.in` file in an `icon` tag with type set to `stock`. For example: ```xml...
@meisenzahl Ah, quite possibly not. But if that’s the case: 1. The way this error is communicated when a person attempts to launch the app using the Open button (as...