Abby Bryant

Results 5 comments of Abby Bryant

Oh well, its been a rough time debugging this issue. Feels like I was building the integration test and sometimes failing to copy the native library over in my testing....

No and this would be breaking change on `from_rotation_translation_scale`. The problem statement is I want to create a Transform with a given position and basis. As the constructor works currently,...

EDIT: I was mistaken in my belief that xform_basis was not functioning correctly.

I don't believe this dependency directly exists in this repo. ``` $ find -name "Cargo.toml" | xargs -n1 grep -n "serde" /dev/null ./misc/keygen/Cargo.toml:14:serde = { version = "1.0.136", features =...

The `'static` requirement on data is extremely limited and makes the function useless because the usecase of adding compile time data to IPFS only exists in example code. I'm reverting...