Marten Gajda

Results 154 comments of Marten Gajda

@johan12345 yes, that's what I meant. Since the text doesn't have a fixed height, it's not possible to align it with any existing view. I'll check out the code you...

I've implemented something that works for us. At present it can't be disabled but I think that shouldn't be hard to do. Do you have any preference for an xml...

My idea was to target a broader scope with that field and not just the title text. We have implemented another extension that could be affected by this setting. The...

I've just opened PR #38 As you see I've taken the orthogonal approach. I've added a flag to specify which elements should be auto-animated and which should be gradually morphed....

`containsString` is a `Matcher` for `Strings`. You're using it to match a `List`. I assume you want to verify that the list contains the String `"a"` but not `"b"` in...

Just a quick update: in the meantime, I've published the lib as a new project under https://github.com/saynotobugsorg/confidence The senoritas repo is no longer maintained.

The redirect URI you pass to `withRedirect` should be the URL that the server redirected to after the user has granted access. I probably should point that out in the...

@lemonboston please help with that.

@lemonboston we split the work. You take care of everything in utils and http and I'll work on the rest.

> Is it okay to refactor `BasicAuthRequestDecorator` and `BearerAuthRequestDecorator` to use `decoration` package? It's ok for `BasicAuthRequestDecorator` but not for `BearerAuthRequestDecorator`. The latter one is meant to be used by...