Vjacheslav Trushkin

Results 269 comments of Vjacheslav Trushkin

> Oh, I think we're both on a similar track now. ;-) I approached this from the woff2 files. I downloaded the rounded and sharp styles ("outline" seems redundant) Outline...

There are indeed a lot of duplicates. Total there are 1904 icons (1 icon was added recently). Working with only weight 400 and ignoring grades, it ends up being 11424...

I don't know anything about Android development, so don't know what format is used, how to convert it, what part of SVG can be converted and so on.

It should be automated, wizard cannot be used.

Nice. So it might be possible.

What version of Svelte are you using?

That's a different error message. There is an export for ".", but it exports a Svelte file, so must be imported with Svelte plugin for Vite. Probably something is wrong...

Closing as stale. One thing I've missed in original post is import part. Why are you importing from CDN, not from package? That's probably your issue because .svelte files should...

You can add a custom end point for that. Current behavior is intentional because: - Update is not instant. This is because on live servers update is triggered by GitHub...

To change behavior or to add a custom end point, see `src/http/responses/update.ts` Function `triggerIconSetsUpdate()` triggers actual update and it accepts a callback as parameter, which is called when done with...