SonyStone

Results 9 issues of 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...

needs triage

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: ![image](https://user-images.githubusercontent.com/8790196/229485154-88d105fc-efb8-46d5-b3db-c19e6a9e47be.png) What I have: ![image](https://user-images.githubusercontent.com/8790196/229485895-0714da63-76ab-42ee-a96e-41a2908ef56a.png) 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? ![image](http://tavmjong.free.fr/SVG/LINEJOIN/svg2_join.png) ![image](https://www.w3.org/TR/2015/WD-SVG2-20150409/images/painting/linejoin-four.svg) It is called extrapolate or "arcs" join when the line continues along a given path. More details at...

feature

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...