adyang
adyang
Thanks for the suggestions! Currently we are trying to do it by implementing our own `HttpHandlerServletAdapter` and then rewiring the corresponding up stream code so that we can pass our...
The use case in real life was actually to extract more than 3 fields via lambdas (I was thinking it is easier to illustrate with properties). The data in question...
After reading the explanation, I think I understand your perspective- because `contains` usually have a single element signature on Collections, users might expect the same applies for assertions. For multiple...
Oh, i see, we want to prevent users from doing the wrong thing in case the Iterable does not have a stable iteration order. Is this the right understanding? I...
Hi @radeksimko I have tried `brew uninstall terraform` before bundling but it ended up uninstalling `hashicorp/tap/terraform` (the homebrew core `terraform` was not installed in the 1st place). I tried bundling...
Hi alright, just wondering do you think `BatchOptions.DEFAULT` should have a thread factory that by default produce daemon threads or should this just be documented?