Mike Boutin

Results 49 issues of Mike Boutin

See https://github.com/iliekturtles/uom/pull/313/files#r919278677. Many quantities have a common symbol that is used to represent them (e.g. Ev for `Illuminance`). This information is not currently in `uom`. Should it be?

https://www.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ig54zv7/ Does this affect caching?

Add a way to dynamically choose the unit when calling methods with a generic parameter `where N: Unit`. What is the best way to do this? Add methods that accept...

`impl Op for Quantity` is already complete. Add the following reference implementations: - [ ] `impl Op for Quantity` - [ ] `impl

help wanted

`powf` is not currently supported because quantity dimensions need an integer power. For example length cubed = volume. What is length ^ 2/7? Per discussion at https://www.reddit.com/r/rust/comments/jp0xpd/question_is_boostunits_possible_on_rust/ sometimes `powf` really...

Another old PR that has been lying around forever. Adds `Ratio` as an underlying storage type. Would anyone find this type useful? Does anyone think this type should _not_ be...

Since `uom` was first created the `[must_use = ...]` was stabilized in [Version 1.27.0 (2018-06-21)](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1270-2018-06-21)! Review all `uom` functions and add the attribute if necessary.

See #295 for some discussion about `ISQ!` macro and confusion about names referenced in the example.

`tnfilt` (at least the slightly patched version I submitted in a PR (it looks like rustc has changed the amount of qualification in shows in the error messages, since `tnfilt`...

Add new marker struct(s) to allow for more customizable parsing. See discussion pulled from linked issues below for more details. Copied from #274 ---- I'm hesitant to accept this solution...