Jack van der Bilt
Jack van der Bilt
Would this change make it so that we can actually set stuff in the `@sapper/app` session store while in preload? The fact that the session parameter passed in the preload...
I would love to see this implemented.
If only the `switch_value` part of the error in my original issue was `this={...} of ` instead, i would not have made the issue. Maybe there is no need to...
> I updated the validation logic. Instead of class validation (`if (!(component.prototype instanceof SvelteComponent))`), I added contractor check and expected functions are there. (`if (!instance.$$ || !instance.$set || !instance.$on ||...
> > Are these error message checks also included in the final build? Or only during dev? > > only during dev! One of the important points of Svelte is...
In the pseudocode snippet below I demonstrate how I get around this problem in my project. ```svelte export async function load({ page }) { const slots = {} if( page.path...
> Still hoping and waiting for this to work. Is this issue on the roadmap or is it not likely to happen? it is not likey to happen.
I would love to see this merged! We've been holding off building apps for older but still relatively new [Tizen OS](https://nl.wikipedia.org/wiki/Tizen) devices (mostly smart televisions, digital signage, narrowcasting displays) because...
There is currently no way to do native translations (that allow a user to only install for example the english version of your app in your app bundle. Capacitor has...
> Thanks @UltraCakeBakery for your feedback. > > My idea is to pack capacitor with all language folders produced by ng build and add an index.html file on the root...