Tim Kevin Oxley
Tim Kevin Oxley
What would be involved in getting a JS version of this stuff? https://github.com/kripken/ammo.js/tree/master/bullet/Extras/ConvexDecomposition
Added one liner for simple installation via copy paste
Can we please bikeshed on a more convenient shortcut/alias for gundo toggle? is a pain to reach and requires the function key for anyone who uses the default mac keyboard...
Consider this case: given a watched object, "dad", dad's "child" property is set to an object, which contains a value "parent" that refers back to "dad". I think this creates...
From this package's [npm readme](https://www.npmjs.com/package/@stdlib/bench) these relative links are 404s e.g. https://www.npmjs.com/package/@stdlib/bench/tree/main/harness
The tsyringe error `"Cannot inject the dependency"` handler is great while you're trying to iron out issues with the DI, but a consumer doesn't care/shouldn't know anything about tsyringe, nor...
Abstract classes could be a neat alternative to the awkward interface issue, i.e. no need for a magic string or an additional symbol export if you can use the abstract...
I've even tried editing the patch script to remove *all* lookup tables, yet the damn ligatures continue to persist. i.e. ``` for table in sourceFont.gsub_lookups: symfont.removeLookup(table) ``` Any ideas on...
Do you think there's a place on the roadmap for a jointjs that removes the dependency on jquery?