Andrea Campolonghi
Andrea Campolonghi
Trying to move from Vbox to xhyve. After uninstalling VBOX I am trying to create new docker machine. Getting the following error: ``` docker-machine create -d xhyve default Running pre-create...
I have installed the extension. Opened a file .es and language switched to Elasticsearch. I setted the ES Host. What's the trick to make the run query command appear and...
```ruby ..... given name: ->(val) do val == 'name' end do requires :values, type: Array[String] end given name: ->(val) do val == 'another_name' end do requires :values, type: Array[Json] end...
Using nested given validations looks unsupported. This is just a simple test case to show the issue.