Matt Ferraro

Results 34 issues of Matt Ferraro

It should just be a view of the table rows that are currently selected

enhancement

The expected behavior is that they are not active when typing.

bug

In the [nlopt documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Tutorial/) there's a function `set_xtol_rel` which sets the overall solver tolerance to error, which is an important config parameter. But looking at [the code here](https://github.com/BertrandBev/nlopt-js/blob/master/src/nlopt.mjs#L52) that function...

The Camera Controller we use now is the default [TrackballControls](https://threejs.org/docs/index.html?q=control#examples/en/controls/TrackballControls) from Three.js, albeit [wrapped by Threlte](https://threlte.xyz/docs/reference/extras/trackball-controls). But this does not implement the zoom-to-mouse behavior that is default on almost every...

3D UI

Many of the last [deployments are failing](https://github.com/CADmium-Co/CADmium/deployments). Let's fix that!

miscellaneous

Let's change the CI triggers so that it no longer builds on every single commit. Rather, let's have it build on every PR creation/modification, and have a manual button we...

miscellaneous

Describe how to get `cargo test` going so rustaceans have a place to start

documentation
miscellaneous

I -> we and cut down huge list of TODOs to a much smaller, more focused list