Matt Karl

Results 404 comments of Matt Karl

I'd rather see stricter typings in the events package than interaction, personally. We plan to sunset the interaction package in the near future, so we should invest in the events...

Possibly this: https://github.com/pixijs/pixijs/wiki/Upgrading-PixiJS Make sure you uninstall pixi.js before installing a new version. See if that helps.

Or could you provide a reproduction? That the easiest way to see if it's your setup or an issue with the project.

I think yarn and npm resolve their PeerDependencies differently. Can you try with npm and see if that makes a difference?

One thing worth trying is using --legacy-peer-deps with npm install. This will disable installing peer dependencies by default and may give you a better result resolving multiple peer requirements.

I'll be working on an update for this. Thanks for the reminder. Functionally speaking, this is harmless.

Thank you for the PR! Could you possibly add unit test for this behavior?

Sorry it's taken a long time to review! Seeing two issues here with width in your recent examples: "C" is hanging off: ![Screen Shot 2021-12-13 at 1 49 00 PM](https://user-images.githubusercontent.com/864393/145870528-a5a3c220-80e0-4f02-a8f4-1245d15484a7.png)...

Ping @kjarrio do you want to continue working on this? If not I'd like to close and maybe someone else can pick-up this work.

Thanks @dev7355608. Could you explain more about why you'd need to provide a blendMode for a MaskData? Not sure I understand the use-case visually.