Patrick de Klein
Patrick de Klein
Hi, @andrewstart .. thanks for all the effort.. I am eager to pick this up again where I left my last animate/pixi project (4.0) But the tutorial of the extension...
The link is working again. After installing it under osx with latest AnimateCC version I get the following error: "PIXIAnimate.fcm.plugin" is damaged and can't be opened. You should move it...
version 22.05
On a 2005 macbook pro. Installing the extension goes well, in Anastasiy’s Extension Manager. But when starting AnimateCC I get the following message. And cancel will just popup the error...
> Looks like my Macbook pro is 64 bit. Several sites pointed that out. I have a 2,2 GHz Quad-Core Intel Core i7, which supposed to be 64 bit.
Glad there is some kind of solution. Wonder why strict mode is necessary, the whole project ( including a bunch of webcomponents imported in vue ) is now strict checked...
Hi @BuckyMaler Do I understand vetur.config.js is updated with the strict property default to true? What changes can I contribute further? Personally, strict mode is not working for me, it...
Came here because I wanted to use Xstate with a react alternative library. So that could be a use case. The @xstate/react package uses useSyncExternalStore
solved by using `commonjs({transformMixedEsModules:true}),` in rollup build script. preact was imported in our project with an import statement, and in the unistore/preact build with a require. This lead rollup probably...
Really needing this. We make some 'headless' compononents, like in 'headless ui' without styling. The different stories display the same component but a different stylesheet, or modified stylesheet. Also the...