Results 31 comments of Nate Catelli

Alternatively, [num::CheckedAdd](https://docs.rs/num/0.2.0/num/trait.CheckedAdd.html) looks to have been implemented with a slightly different interface, but can provide something similar if the additional dependency is okay. I'd be happy to draft up an...

Example branch: https://github.com/ncatelli/x86_64/tree/expermiment/293/add-checked-arithmetic-operations-traits

I've drafted the above PR, #298, with an initial implementation of checked ops with an example applied to `VirtAddr`. If the trait implementation is in an agreeable location and signature...

I've made all requested changes and have mostly stuck to your requests directly, the only difference would be retention of the chain in the `VirtAddr::checked_*` methods due to the `from_canonical`...

Alright, that should be the last of my changes until the next review cycle. I wanted to make sure intent was either clear or documented with examples (that hopefully make...

One additional note, while I'm aware of the discussion in #293 about removing the `usize` impls for `Add` and `Sub` this PR doesn't currently contain that since it was still...

I was able to replicate the issue, I'll look into the source of it and follow up further.

Reopening until a release containing the fix is cut.

This should be possible already via the `-f` flag as of the `1.0.0` release ``` ssm session -f 'Name=YourInstanceNameHere' ```

Hello @robertd, In theory, the `-f` flag is a very thin wrapper around [AWS Resource Filters](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html) which means you should be able use the patterns you described and described in...