Mike Boutin

Results 208 comments of Mike Boutin

What I've done is add a script that is deployed by `dotter` and can run global setup steps. On a clean machine the idea is that you only need `git`...

Thanks for all the great positive feedback and explicit examples of issues! A few of these already have issue: * Spelling is a long-standing issue that just hasn't gotten attention....

I don't think the trait is necessary. Similar to how how methods for other underlying types are implemented, we would just need to add methods for `Complex` to return the...

I didn't have a chance to fully go through your code and try to compile locally to resolve the errors. My guess right now is that type constraints are missing...

If you know the quantity (`Length` in the example below), you can explicitly provide the dimension, underlying storage type, and unit to create a quantity. There isn't a way to...

Thanks so much for the initial efforts. Closing this PR as #479 now supersedes this one.

Thanks for the PR. I kicked off the CI checks and will try to review this weekend.

A bash function can be setup to always use a specific delimiter: ```bash function xsvt() { local cmd=$1 shift && command xsv $cmd -d"\t" $@ } ```

After some digging I'm not sure the exact reason both definitions exist. There wasn't any discussion about it in #79 and I'm guessing that because NIST has both listed we...

Thanks for starting this PR. I allowed test actions to run and will apologize in advance for delays in reviewing!