Tommertom
Tommertom
### Describe the problem It is not a frustration, it is a feature request - but in a project I would like to progammatically generate menu items using the routes...
New version of sveltekit (1.0.0-next.401) generates manifest in different path https://github.com/antfu/vite-plugin-pwa/issues/293 ### Description Not generating manifest file, so example pwa.js script will fail ### Linked Issues https://github.com/antfu/vite-plugin-pwa/issues/293 ### Additional context
Hi I suggest to add one or more Stackblitz demos to the README page of this great component! Immediate fiddling and trying guaranteed Tom
For page transitions Ionic has this really cool transition which is more than just a single page fly-in - what is happening now. It looks into the various elements of...
iOS (e.g. Ionic View) requires a location in order to work. Otherwise the db won't initiate http://stackoverflow.com/questions/36317614/pouchdb-5-3-0-error-database-location-or-iosdatabaselocation-value-is-now-man
Otherwise the addressee fields will have functions as email names, which apparently isnt correct
See repo - https://github.com/Tommertom/svelte-ionic-app/tree/2.ListStarter Component AppMessage.svelte uses a $goto to go to route "message/3" https://github.com/Tommertom/svelte-ionic-app/blob/2.ListStarter/src/components/AppMessage.svelte Entering the full URL in the address bar works, a goto to the same doesn't...
Hi I have a folder structure /components/tabs in my routes. It contains a [...tabs].svelte file to handle routes like /components/tabs/blabla These resolve correctly - if I add the full url...
When you enable typescript, the linter complains that afterPageLoad function cannot return void. So you have to add a return true (or false?) in the function. ``` Argument of type...
### Describe the problem I'm not frustrated with Svelte - it brings lots of fun. :) But I do would like to see a solution to my tries to create...