Willow (GHOST)

Results 161 comments of Willow (GHOST)

@Kapsonfire-DE While putting styles in your `app.svelte` works, these scripts/styles don't get processed by Svelte Kit which leads to limitations or extra scripts / build tools needing to be installed....

Again even if you can make that work (at a initial guess it would be additional script(s)) it's terrible DX. Would love to know what your root issue is with...

I have updated my post to add in that ideas @ratorx Sorry for the mis-tag @borntofrappe - github mobile being slow

@bseib Hopefully the FOUC issue at this point is close to nothing, you will always get it in dev mode but in production hopefully it's limited to slower connection (not...

I wrote [this package](https://github.com/ghostdevv/svelte-custom-event-types-testing) as a test, it has a `testAction` which emits a custom event called `test`, I don't get intellisense suggesting that test is a event (like I...

Yea would be awesome to be able to do this but glad to know that this does work just missing intellisense - how would you recommend doing this with sveltekit...

I more meant refreshing the partitions it read, once calamares is running it doesn't reread the partition table so if you (for example) ran gparted once you are already into...

@khromov I think it's possible to do this in userland but I haven't tried it, you could also try writing some go/js and extend pocketbase directly

If you bump to `[email protected]` it will fix that warning as it has experimental svelte 5 support. Not sure if we wanna set that as the default in the create-svelte...

Can be fixed in this line I imagine @jakobrosenberg - If this is valid jsdoc then it's as simple as: `(event?: PopStateEvent, route?: ClientNodeApi) => boolean}` to `(event?: PopStateEvent, route?:...