Stoick The Vast

Results 6 issues of Stoick The Vast

Consider the following example: ``` curl -H "X-Access-Key: dgfh464f45v66773454vv666" https://domain.com --resolve 4e45-9996-65d7f49e46f2.another-domain.com:12345:145.23.143.248 ```

Added `LastDownStart` and `LastDownEnd` in `CheckResponse` struct. ``` LastDownStart int64 `json:"lastdownstart,omitempty"` LastDownEnd int64 `json:"lastdownend,omitempty"` ```

Behat newbie here. Started Behat 2 days ago and I am working on using Zombie which I am having trouble to make it work. ``` gerald@von-viel:~/Repo/drupalproject/tests$ bin/behat --stop-on-failure features/home.feature Feature:...

I am using the demo and I am getting the below error. Error: [$injector:unpr] Unknown provider: euiHostProvider

I am getting this error `http://local.drupal8-host.dev:8000/node/2 401 (Unauthorized)`.Any idea what's is wrong with my setup? Basically I just followed the instructions on README. I am not sure if I understand...