Nano Miratus
Nano Miratus
@Gungrave223 This isn't a workaround for me. The memory leak also occurs when opening the app with YTM.
@Gungrave223 I use a Mac too tho. 🤣
C++ compiling and all that makefile spam is such a joke, but I guess that's how things are done there... What I did after installing hunspell: ```sh wget -O de.dic...
Testing with nspell here: https://runkit.com/nnmrts/nspell-de-test yields this: ```js { "markieren": [ false, [ "Markieren" "markierend", "markierens", "-markieren", "markiere", "markierten", "maskieren" ] ], "markierend": [ true, [] ], "Markieren": [ true,...
> If you’re fine with native dependencies, nodehun might be a good alternative for spell checking in Node! Is there a way to plug nodehun into retext-spell?
Closing this because I don't think it's really relevant anymore and because I was obviously the only person with this problem back then and today.
Another argument for inline SVGs vs `img` is that [when using `img` tags, SVGs won't load web fonts](https://css-tricks.com/using-custom-fonts-with-svg-in-an-image-tag/) (or anything remote). If included inline in HTML, they will. But anyway,...
@marvinhagemeister Thanks for the quick answer and the insight. I'm sure if right now we would communicate in german I could articulate myself a bit more nuanced, sorry if some...
@marvinhagemeister > I'm not sure what a server island would look like and what it would do. Can you elaborate on this? "Server islands" is my idea of a solution...
I've written a fresh plugin to inject SVGs referenced in `img` tags: https://github.com/pumpncode/fresh-plugin-svg-inject https://deno.land/x/fresh_plugin_svg_inject Maybe someone finds this useful.