Moritz Heiber

Results 33 comments of Moritz Heiber

Yes, this is an unfortunate side-effect of `crowbar` having no facility to invalidate the credentials associated with your Okta account. You've probably changed your password recently and thus the password...

My apologies, in hindsight I realize I should’ve been more clear about my intentions. I meant to ask about how I can write code, while using keyring-rs, and write unit...

I do not believe persistence lends itself to the general idea of unit testing, i.e. the way the mock should work is that it gives back whatever you define as...

Ideally, it would emulate whatever the actual Entry class gives you back in terms feedback or values, however, you would be able to set relevant responses yourself somehow. Having the...

If at all I’d want to define the error return values myself when constructing the mock perhaps? Makes it a little more universal. As for the trait approach, the cryptic...

I'd love to see this actually, for getting rid of piping things around regular command line tools or having to resort to outside scripting, especially for parsing `json`/`yaml` datastructures. Doesn't...

As far as I understand this issue STS/IAM will have to gain API support for security keys as MFA tokens before moving forward with this?

Hey, 1.26.2 was just released and I believe it fixes this issue (as it fixed mine; it was the code expecting a bucket name, and _only_ a bucket name, instead...

@Byron-TW This is where I love Rust for having cargo. I'll probably bite my own ass for this but .. this _should_ be fairly simple. Let me know if you...

@byron do you have an estimate as to when that’s going to be? I might be able to .. „expedite“ the delivery ;)