robthepaper
robthepaper
sorry I just change `font-family: 'primeicons';` to `font-family: "primeicons";` so there is no error anymore
and I had to add !important in .pi class declaration to not get the square because my main css theme overrides the font-family `font-family: 'primeicons'!important;`
ok, so I went in dev mode then found what breaks it : `[Vue warn]: Failed to resolve component: icon If this is a native custom element, make sure to...
re, using `pnpm install --shamefully-hoist` solved the issue
Thanks for the hints, I'll have look!
@redbar0n Hi, I don't remember what I did with this plugin but now I use Sveltekit to pwa any pages I want using manifest files and for the page I...
Finally, I used a timeout delay of 250ms in my loop so memory won't keep increasing.
nevermind using sup and sub tags :P
Hi, thanks for this! Just wanted to make a comment on the fact that it doesn't give the right MAC address if you use a wifi repeater. It gives you...
Re, ok maybe it is something inside my game scene, I'm still running some tests...