Mike Boutin

Results 163 comments of Mike Boutin

* When you add or subtract quantities the dimensions stay the same. e.g. `length + length = length`. To write in terms of quantity `Quantity + Quantity = Quantity`. The...

Review in more detail prior to v1.0.0. Can/should this be implemented now or pushed to v2.0.0?

You're right that the [`FromStr`](https://github.com/iliekturtles/uom/blob/51a7cbf8238b0faa98b8f882614747d21cfb2f68/src/quantity.rs#L434-L445) impl is using a large match statement to convert the abbreviation, singular, or plural description for each of the quantity's units into an explicit call...

Blocked awaiting the completion of #229.

Thanks for the PR! My plan right now is to finish up the two other open PRs thenpush out a new version. After that I'll dig into this PR in...

I finally released v0.31.0 earlier today and will start reviewing this now. Took me a bit longer than expected!

Could you possibly rebase this on top of master? The recent [change](https://github.com/iliekturtles/uom/commit/0e597dd21d527d43848750d3e8467d676cc1ae2c) to extract some of the code from quantity.rs into unit.rs is causing conflicts with this PR. I started...

Finally got a chance to rebase. https://github.com/iliekturtles/uom/compare/Atmelfan-master Will start reviewing for real now!

I finally finished my library book, which I'm going to blame any delays on. I have been reading about power and root-power quantities and digging in to this more and...

@Atmelfan, I'm starting to look at integrating these changes again after finally merging #260 and was wondering why the `Ratio`'s `decibel` is defined as a root-power ratio (`10^(1/10)`) but `Power`'s...