Reece Como

Results 50 comments of Reece Como

The design choice here is addressing a _theoretical_ edge case, but probably not one experienced by any development team that actually uses Prisma. Instead what it does do is introduce...

Opinionated frameworks are great ...until the opinion is unpopular 😆 > But now with Prisma I'm introduced to a lot of headaches with BigInt fields ^This 100x

Open issue exists in the old plugin: https://github.com/EYHN/vscode-vibrancy/issues/109

Likely related to scale factor here: https://github.com/illixion/vscode-vibrancy-continued/blob/27803a92af08de4355bdc6d72e8be59c39c14c34/runtime/win10refresh.js#L181

![Screenshot 2024-02-15 180239](https://github.com/pixijs/pixijs/assets/7390781/d2072a05-9203-47bb-8460-da3082759589) inb4 update your code

👍 https://github.com/pixijs/pixijs/issues/10216#issue-2135758603

I'm with you, it just seems like a forceful choice not very consistent with the rest of PIXI ethos.

Is it a relatively straightforward implementation? I'm trying to swap parents of a sprite, but I can't quite get the rotation and position to reapply (together) correctly. Is there some...

Yeah position is the easy one - I'm running into trouble when adding rotation into the mix. Scale and alpha also fairly straightforward to do (just calculate up to the...