jdkdev

Results 5 comments of jdkdev
trafficstars

Hey @dominikg , I just tried upgrading to Vite 3 with a svelte/routify project and am using: ``` "vite": "^3.1.8", "svelte": "^3.52.0", "svelte-hmr": "^0.15.0" "@sveltejs/vite-plugin-svelte": "^1.0.9", ``` and getting these...

I would love WAL mode as well. I am also using Prisma with Sqlite. +1!!

thanks @isaacHagoel ! So, originally my items were a computed list: ``` $: dropdownItems = realList.filter(mySelectedFilters) ``` I worked around it by making `dropdownItems` static. So first question, should it...