Garrett Squire

Results 14 comments of Garrett Squire

Is there a way to supply a timeout to a `Command`? If not I thought you could leverage the `select!` macro in [crossbeam-channel](https://docs.rs/crossbeam-channel/*/crossbeam_channel/#selection) with a timer as the default case....

Hey, I think we can definitely add that in. It makes sense to me because each file is independent of the rest. If you want to submit a CR, it...

I'm not familiar with that tool but I'd be happy to try and integrate it. Do you know how you would do that?

I can setup error_chain for the errors module if this hasn't already been started.

Hey, sorry that this is a little bit of a paper cut for the API. I'd be willing to add an `Email::many` API that accepts a vector of receivers if...

Hey, @GopherJ. I am currently moving out of state so it'll be a little while before I can review. I'm sorry for the delay!

While it would be nice to ensure that a type has all the necessary fields, I'm not sure there is a feasible way to do this for all the various...

I am open to adding in typed APIs around things like content type. It would be very easy to just interpret those values at construction time and set a string...

I don't have much experience in the codebase but I'd like to help review.

@jswrenn You're right. I forgot the slice notation in my comment :) Updated.