Jari Mustonen

Results 23 comments of Jari Mustonen

The current version of Font Awesome is 6.4.0. It's totally inexcusable that Elementor does not support this. I just bought Font Awesome license just to learn that I can't use...

I would be willing to implement a fix but at the moment, I'm quite unfamiliar with yarn.

I think the problem might also be in my tsconfig.json: ``` { "include": [ "env.d.ts", "**/*.ts", "**/*.tsx" ], "compilerOptions": { "lib": [ "DOM", "DOM.Iterable", "ES2022" ], "isolatedModules": true, "esModuleInterop": true,...

And for extended details. ### Selections when creating next app ✔ Would you like to use TypeScript? … Yes ✔ Would you like to use ESLint? … Yes ✔ Would...

Thank you. To state the obvious: This fixed version should be used here: https://react-svgr.com/docs/next/

I know the fix works but I don't understand it. Anyway, I did make a pull request for it. Here: https://github.com/gregberge/svgr/pull/898

I took the screenshot as I thought the labels containing the text "Invalid object" would be important.

> I am on macOS Monterey 12.4 where I cannot reproduce this. > > @arndissler @jporminal @jarimustonen Is this issue limited to macOS 10.* and macOS 11.* ? > >...

I don't think there are any commonalities in our system. I just asked my son to run the code in his Linux box. He installed Thunderbird for that purpose. We'll...

https://bugzilla.mozilla.org/show_bug.cgi?id=1725630#c21 Here you mention that printing `this.extension.browsingContextGroupId`. At which point this is available. I'm trying to ask what `this` refers to. Are there other options to have some debugging run?...