Ricky Reusser
Ricky Reusser
I haven't fully investigated, but right out of the gate, the use of attr_encrypted is a possible red flag. Is the hipaarails gem secure? Should it be modified to use...
Lately I've been dealing in packed arrays of cells and vertices. This PR adds a `require('angle-normals/packed')` variant that expects flat arrays of cells and vertices, along with an optional output...
Great list of resources. Thanks! A link in the MLT section started with `www` instead of `http://` which breaks it in the readme.
Can feature detect color picker by setting the field type to `color` and then checking to see if it's actually `color`. But then we gotta pull in a color picker...
Maybe add tooltips so that you can provide some additional explanation about what a control field does. How would that work on mobile though? Is that a good pattern or...
Touch seems to toggle checkboxes but does not trigger update events so that preact just reverts the checkbox state when other events *do* trigger preact updates.
I _think_ this is the issue. If you toggle the visibility and use it with fancy features like tabs, you can manage to confuse preact. I think the solution is...
The API works, but it's a bit confusing. I'd love to just rename everything (the internal APIs, really) a bit more consistently so that they're a bit easy and more...
## Checklist > Please ensure the following tasks are completed before filing a bug report. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues...
One feature missing in animation is simultaneous data and layout transitions. The docs note that this is explicitly disabled. Closely related is that I'm not actually aware of a library...