Nicolas Schmidt
Nicolas Schmidt
Also question w/ regards to how fill vs stroke selection is handled? Good ui might be, `if((strokeDistance + epsilon) < fillDistance) { sel(stroke) } else { sel(fill) }`
The bones of this is already implemented with the event at line 212 in ghostUI and w/ the automerge functionality described in the automerge readme. The big change that needs...
I would like to report a little feedback for the current implementation, I have version `"@glideapps/glide-data-grid": "^6.0.4-alpha8"` installed. First of all thank you for this work! I'm super excited to...
I'm working on an app based on the Epic Stack and have followed the example there to the character for Sentry integration post react-router v7 upgrade, and everything is working...