Mike Boutin

Results 49 issues of Mike Boutin

http://unitsofmeasure.org/ucum.html -- review specification and create more detailed issues about what changes are needed.

See https://crates.io/crates/cargo-semver-checks. Do other tools exist?

https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

https://www.bipm.org/documents/20126/64811571/Draft-Resolutions-2022.pdf/2e8e53df-7a14-3fc8-8a04-42dd47df1a04?t=1644502962693#page=22 Link is to draft, but I believe the prefixes were just voted in.

Adds `[oe`, `]oe`, and `=oe` bindings to set and toggle `expandtab`. If you are not interested in a `expandtab` mapping please let me know and I'll close the PR.

The `assign` helper clones the `ctx` parameter, assigns the value, and sets the result to the render context. Calling assign multiple times leaves the render context only containing the last...

Instead of manual cache setup, consider a rust-specific action like https://github.com/Swatinem/rust-cache. What do other crates do for caching? https://github.com/iliekturtles/uom/blob/d4f08de4777806f017511f2bf4907bd29e8dd219/.github/workflows/ci-full-test-suite.yml#L19-L30