SonyStone
SonyStone
### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 7...
Hello, I hope I'm not being rude, but I'm trying to get into geometric algebra to try to use it in computer graphics/game engine. But after studying, when it all...
What I need:  What I have:  Hello, I have the task of sorting elements on a page. I use Sortable, and Sortable has a preview only for where...
code in examples unreadable and full of magic. It is not clear, what it is doing. For example: ;Anchor by Titan, adapted by TheGood ;http://www.autohotkey.com/forum/viewtopic.php?p=377395#377395 Anchor(i, a = "", r...
https://github.com/nical/lyon/blob/a6e9fc98d25dd5cd6f948edf67a3fa2116e04956/crates/path/src/lib.rs#L189 Is it possible to add another, non-standard stroke-linejoin type?   It is called extrapolate or "arcs" join when the line continues along a given path. More details at...
A little bug I noticed while reading the code
https://github.com/sammccord/solid-pixi/blob/57f8d4a71f14fb7fcfc67984fb048f1533844aec/packages/solid-pixi/src/hooks.tsx#L88 In PixiJS the pregress is a number between 0.0 and 1.0 https://github.com/pixijs/pixijs/blob/cd6b0d28877bcbd240760eb5f447c93291acfa6d/src/assets/Assets.ts#L533 https://github.com/pixijs/pixijs/blob/cd6b0d28877bcbd240760eb5f447c93291acfa6d/src/assets/loader/Loader.ts#L160
Hello I have recently been exploring the possibility of integrating PixiJS into my SolidJS application and have been exploring this library. I was a little confused by `import * as...