Samuel Plumppu
Samuel Plumppu
Assuming `copy()` is not a desired solution either? That method is only used two times in the codebase: Once to get a copy of an extent, and in another case...
I'm exploring the possibility to rewrite the frontend in https://svelte.dev This would allow using Leaflet directly since Svelte integrates nicely with regular JS libraries. There are many advantages, but most...
Here are two potential solutions that I use in my projects to avoid this issue: For fonts and dynamically imported icons (defined by users of Sveltia CMS during runtime) -...
A potential workaround: After happily and successfully using `mdsvex` for many years (thanks for maintaining this package!), my team has switched several large projects to https://github.com/CollierCZ/markdoc-svelte and found that it...
As a workaround, I can recommend using Rhythmbox to edit metadata: https://askubuntu.com/a/483964 I haven't tested, but GNOME Music might support metadata editing too: https://apps.gnome.org/en-GB/Music/
Hi! Happy you enjoy the tool :) I have not been able to reproduce this. Can you create a minimal reproduction repo? The tool should not modify the encrypted page...
Closing this until I have enough info to reproduce this.
I tried to make this change and submit a PR, but didn't get it to work properly with the design system. Until this is changed in `@keystatic/core`, here's a quick...
The warning `missing-declaration` seems to have been removed in Svelte 5 For Svelte 5, searching for `missing` in this page, there is no match: https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/compiler/warnings.js For Svelte 4, the warning...
Thanks for fixing this! No worries, most important is to improve the project and move it forward :smile: Keep up the good work!