Reece Como
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
2024 and this issue is still open 😆
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
 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...