Stefano Cordio
Stefano Cordio
Hi @C-Otto, based on your last update, I wanted to react on: > `assertThat(singletonMap("a", ".")).containsOnlyKeys("a", "b")` > > I'd say this is OK, as every single key in the actual...
I'm sorry, on some points I struggle to follow your reasoning. I understand that you refer as `X` to the input map, while `x` is the element of the map...
Hi @benoitdupont, any help is very much welcome! 🙂
Assertions guide introduced with e821527c36da920032c7f269ff9378f46b1150a7.
I feel ashamed that I never took this up 🤦
Sure, go for it, @etellman!
Hey @etellman, thanks a lot for your effort! I haven't managed to look at your changes yet but I'll do it as soon as I can.
Sure and thanks, @dehasi! What challenges have you encountered?
Being the URL encoding different from the basic one, what if we would add URL-specific methods? * `isBase64Url` * `asBase64UrlDecoded` * `asBase64UrlEncoded`
Thanks @bjansen for your feedback 🙂 I marked this issue as ideal for contribution.