Julian Burgess
Julian Burgess
Ah cool, this is a good solution, thanks! I had a play around with `sitemap.xml.html` and it looks promising, I think it just needs a way to change the `template.html`...
Possibly related to #16
Thanks for capturing this. Any ideas what the next steps would be to add support for this scale?
Just my 2¢ but this seems too fancy too me, just let people do whatever with CSS. The Vue docs demo of `in-out` doesn't even appear to work smoothly without...
I followed the install instructions and got a similar error ``` setterm: terminal xterm-256color does not support --blank setterm: cannot (un)set powersave mode: Inappropriate ioctl for device pi@raspberrypi:~ $ openframe...
I might be misunderstanding, but could Vite proxy work for this? https://vitejs.dev/config/server-options.html#server-proxy Edit: sorry yes am misunderstanding as this would only work in local dev
Just a thought which probably isn't helpful but might inspire something. If you serve a page as xhtml (i.e. with `"Content-Type": "application/xhtml+xml"`) then Chrome will do DOM validation. So in...
Made a REPL to test it, you're correct it gets called but you don't see it. https://svelte.technology/repl?version=1.54.1&gist=4d4b2fa27ea365d94032c0221e14de3f
Wow, old issue, but yeah would still be nice. Updated REPL as syntax has changed https://svelte.dev/repl/5a592e5cbb0d4142ace9787f11bf77e2?version=3.59.1
I'd love to see these additions. A while ago @jasondavies made an example weighted voronoi [power diagram](https://www.jasondavies.com/power-diagram/), he's since replaced it with an image. I think it was written with...