David Johnson

Results 7 comments of David Johnson

Looks like my typo correction has caused one of the tests to fail. I'll revert that change.

Failing on the approve_public_api test, since that's what I've changed. Was ``` public class ByteRate { public ByteRate(Humanizer.Bytes.ByteSize size, System.TimeSpan interval) { } public System.TimeSpan Interval { get; } public...

Hi Claire, would you be willing to have another look at this, I've hopefully resolved any remaining concerns.

You're right, I jumped the gun. Looks like some issues in Master

I understand Jeff's take here, but I think that what he's proposing would be better implemented by a Commit() method on the Instance class. Part of the issue is that...

I'm interested in potentially working on this myself, but may need some guidance. I've not written and cmdlets so far, but the principles don't seem too far removed from the...