Vangelis Katsikaros
Vangelis Katsikaros
I notice that `Paws::Credential::File`, `Paws::Credential::Environment` or `Paws::Credential` don't expose/parse a default region (as in env variable `AWS_DEFAULT_REGION`). Are there any plans to do so? Do you think it's a useful...
I use `geckodriver 0.11.1` and `Mozilla Firefox 49.0` on `Ubuntu 14.04`. As root, I check if firefox/geckodriver are running and if a `rust_mozprofile*` dir exists. All is clear. ``` %...
signal termination to geckodriver leaves a firefox behind if no `Delete Session` command was given
(EDIT): you can skip this comment and go to https://github.com/mozilla/geckodriver/issues/291#issuecomment-256596003 that has a more accurate and compact way of reproducing the problem. ## Summary When I kill -15 a geckodriver...
In section [Syntax](https://docs.chef.io/config_yml_kitchen.html#syntax) for "suites" the key "attributes" is mentioned. > Each suite_name grouping may specify attributes as a Hash: { foo: "bar" } However, the [attribute precedence](https://docs.chef.io/attributes.html#attribute-precedence) is not...