Results 14 comments of Skip Baney

@everdrone I believe this is what @mjs is suggesting: ```golang type MockFs struct { afero.MemMapFs } func (m *MockFs) Open(name string) (afero.File, error) { if name == "/some/path/name" { return...

Yes, OAuth2 uses Faraday and it doesn't look like it's doing any error handling of it's own: https://github.com/intridea/oauth2/blob/0ab3c213f7baa43f232eb18fa46301e1a9460f7d/lib/oauth2/client.rb#L54 Are there plans to remove faraday from OAuth2, or is this a...

Ah, it seems I misunderstood the failure message when I originally tried using `ExpectString()`. That was what I was going for - thanks! LGTM 👍

:+1: thank you so much for this - it's been driving me nuts.

Same issue - it's really hard to parse test failures w/ text wrapping.

I'd love to be able to disable validation inline as well - ideally line by line. I just ran into an issue where the schema on schemastore.org was incorrect, and...

I'm unable to get rid of this warning as well - and also using the brightbox 2.2 package on ubuntu. I manually went through the spring binstub process and when...

@cschleiden can you please point me to where this was fixed? I don't see any recent commits in main.