carcigenicate
carcigenicate
I had this issue in ParrotOS. I ended up setting up an Ubuntu 20 machine and it worked. I'm not sure what the issue was, but that's a workaround in...
> I'm not sure if it is possible to write an automated test for this. Maybe we should just test it manually in a minimal Webpack project? > > Maybe...
Angular, but I'm asking from a generic point of view. I don't think this should depend on the frontend framework in theory, which is why I didn't add it to...
H93xV2's solution can be wrapped in a component to make it easier to use: `FaIcon.astro` ```html --- import type {IconDefinition} from '@fortawesome/fontawesome-svg-core'; import {icon} from '@fortawesome/fontawesome-svg-core'; interface Props { icon:...