MCMXC
MCMXC
I appreciate the openness to my suggestions! I will consider creating some PRs if I can manage to find the time.
That's some helpful advice I didn't even think of! I will see what workaround will provide the best result.
Thanks for the detailed explanation, it makes sense! Both proposed options sound reasonable, glad to hear that I asked for this in time for v2.
In our case, Vercel just started adding redundant comments to PRs again, although `github.silent` is already set for multiple months.
I see, all clear! I don't see any open issues regarding GNOME 41.2. If there's something I can help with regarding leftover issues preventing from releasing the update, just let...
Hey @codecalm, any ETA when this PR will be ready to get merged? We are in the process of migrating from FA to Tabler icons, but are fully blocked by...
> Temporary fix : > > Set to this version in package.json : > > ``` > "@tabler/icons-svelte": "2.30.0", > ``` I tried it out and it's actually not true....
You can just define your icons like `import IconBolt from '@tabler/icons-svelte/icons/bolt'` for the time being until this issue is resolved.
Did anyone try out https://github.com/tabler/tabler-icons/releases/tag/v3.0.1 which supposedly fixes this issue? UPDATE: I tried out 3.1.0 and if you use named imports e.g. `import { IconEdit } from '@tabler/icons-svelte'`, the issue...