Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

> Just to clarify, the `_routes.json` file is an optimization. Missing entries _should not_ cause any assets to 404 Yeah, sorry for that, maybe we can change the title and...

Generated `_routes.json` sent by `@hazre` after I created this issue: ```json { "version": 1, "description": "Generated by @sveltejs/adapter-cloudflare", "include": [ "/*" ], "exclude": [ "/_app/immutable/*", "/favicon-16x16.png", "/favicon-32x32.png", "/favicon.ico" ] }...

you need to prerender navigate fallback page, by default `/`

closing, fixed with #2319

It seems it is a vue bug/issue, there is a workaround: https://github.com/vuejs/vue/issues/4144#issuecomment-258818137 https://stackblitz.com/edit/vue3-script-setup-with-vite-ptgwfc?file=vite.config.js,src%2Fassets%2Ficons%2Fasd.svg,src%2Fassets%2Ficons%2Fasd-workaround.svg,src%2FApp.vue

Here some hints, based on paper-checkbox (1.3.0, not last but...) (copy it to your component and make these changes): NOTE: I use this element as a selector not as a...

You can create a virtual module exporting all flag names (read the json file and extract flag names mapping them to the corresponding icon name), then import the virtual in...

I have a repo with an example using vite, I Will send the link later

~~the leading space is required?~~ remove space before comma ![imagen](https://user-images.githubusercontent.com/6311119/212470006-c168d831-a6bd-4317-b177-11342d677976.png)

The PWA must be installed and the user must be logged in: the `home` page requires auth. Right now we cannot use `indexedDB` on `fetch` listener, I don't know why...