Michael Stramel

Results 138 comments of Michael Stramel

Will be removing this from the dependency tree on Docz due to lack of response and activity here.

I just ran into this issue for a monorepo that I'm building. I setup my configs as packages and am depending on the package itself to run some tests against...

I am noticing this when using with Bitbucket Diff Tree extension enabled. Seems to only be a combination of both.

I already have a PR out for this in #21

@jacobwgillespie I was looking at taking a stab at this. Was just curious if you had any other guidance you might want the API to look like? Would `createIcon` take...

> I don't have any strong preferences here, though we'd potentially want to avoid shipping an SVG optimizer into the client bundle. Right now the optimized SVG data is passed...

I have also been looking into and working on some website rework in my spare time. > Each icon pack is code-split into a different JS file. I did this...

@mikabytes Unfortunately, I didn't find a workaround. I ended up switching to using nginx to host it.

@nimser Did you make sure to install `@iconify-json/bi` and update your config to include the package, `icon({ include: { bi: ['*'] } })`? I was able to successfully reference `bi:balloon-heart-fill`...