Dr. Juno Woods
Dr. Juno Woods
@v0dro We keep it because the computation of exact inverse for 3x3 matrices (e.g., position, velocity) is a common one, and you want it to be exact. `#inverse` is an...
I agree. It'd be better not to introduce an additional dependency. Perhaps there could be a pure Ruby csv reader as well for it to fall back on. Here's where...
I don't believe so.
Bumping this issue up because it's pretty easy to do and would make life hella easier for maintenance tasks.
I believe I just put in ~> 2.0.1 because that's the one I got working at the time. Do you want to see what happens in your PR if you...
Is this the problem? https://github.com/flori/json/issues/303 It looks like we can just drop the json requirement altogether, yes?
Looks like we need RDoc 5. https://github.com/rdoc/rdoc/pull/412
Possibly related to #606?
This seems like two separate issues, but I think it'd be okay to have both features.
So this is a great issue, and we may both want to think a little bit more about the implementation details. Here's another SO reference: http://stackoverflow.com/questions/3965279/opaque-c-structs-how-should-they-be-declared In particular, I think...