Michael Stramel
Michael Stramel
> @stramel Can you please share the correct way to add this to the Astro config? This should explain it https://github.com/natemoo-re/astro-icon/blob/950f8a56a6493891ec5539a885e438b74965e3dc/packages/core/README.md
@csjui Sorry, I must have missed this comment in my notifications! The error you are receiving is due to using the v0 astro-icon as the v1. Please ensure that you...
How are you referencing these ids if they're random? You can also use the `prefixIds` plugin to add prefixes. Something like: ```js plugins: [ 'cleanupIds', { name: 'prefixIds', params: {...
I don't believe this is applicable anymore with the latest in master
Thank you for filing this issue! It seems like this is a regression in the type generation. I will get a fix in for this! If you can submit a...
I ran into this as well. It struggled to generate content in my ESM TS file, it ended up just shoving CJS content into the TS file which removed anything...
I ran into this as well. I didn't have my `tsconfig.json` configured for `paths` or `baseUrl` yet. Would this be something that could be covered by the CLI if not...
https://aws.amazon.com/blogs/compute/node-js-4-3-2-runtime-now-available-on-lambda/ With es6 supported in node 4 and lambda now running 4.3.2, what of this is still valid?
Would love to see the ability to extend the built-in SVG support for icon sets in the future using something like `@iconify/json`. I also think that framework support would be...
Probably would also want a case where if the body is an `instanceof FormData` then it doesn't try to rebuild it? I guess if we used a for..of loop it...