Luis Muniz

Results 5 issues of Luis Muniz

One of my favorite features of asciidoctor is to be able to add callouts to code blocks, like this: [source,yaml] .Add cli to your docker-compose.yml ---- cli: image: cli:v2.0.5 entrypoint:...

Library version 1.1.2 When using the DELETE method on a URL, I found that the HttpClient failed with the above exception. ``` Caused by: java.net.ProtocolException: HTTP method DELETE doesn't support...

Is there a way to define a map generator that takes permutations of finite value generators, and considers any infiinite value generators in the map as noise, so irrelevant for...

When you define an exchange to be created in the exchanges array, you expect the exchange to be created with the provided name. (This is from `runtime.groovy`, not the `application.yml`...

Hi, Is there something missing in Either to be able to use it in your monad comprehension? ``` groovy class ComprehensionSpec extends Specification { def "Uses fj.Either in a monad...