Matt Karl

Results 404 comments of Matt Karl

I prefer codepen and jsfiddle over pixiplayground. The latter does not have auth so playgrounds are mutable by other people. In general, would discourage this for most things other than...

@laraibmalik90 This is related to #67 to supporting 64-bit iOS apps.

Yeah, I think this should be a typedef by inference. It weird that there's an error though because these statement have `@ignore`, why is that?

There probably should be a note about this new behavior in the API docs (probably in the constructor doc). Maybe something like this: > Since 6.5.0, shapes or strokes drawn...

Good suggestion. Could you provide a simple multipack asset + animation sample that we can use to test drive adding this feature?

We can do a patch of 5.4.0 for this. Since it's mostly fixing AnimatedSprite loading with multipacks. Do you care to work on a PR for it?

Happy to help however we can! Thanks for looking into this.

I was able to reproduce this error with `pnpm`, but curiously though using `npm` did not give me any problems. If you run `pnpm tsc -noEmit` you can see there...

Thanks for clarifying. The use of `` and `imports` are how we resolve cross-package mixins. If someone can come up with better solution to auto-generate a single typing file for...

I feel we are limited by what the tooling will support. I'm happy if someone wants to take a stab at this or try another approach, but a single typing...