Benjamin Wood

Results 6 issues of Benjamin Wood

``` TASK [apt-meta : ensure apt packages are managed] fatal: [generic-all]: FAILED! => {"changed": false, "msg": "No package matching 'chromium' is available"} ``` Seems to be true, I cannot (manually)...

Hey @cytopia thanks for sharing your setup here, it's very cool! Upon running the tests in docker, I receive this error: ``` TASK [python-meta : ensure either python2 or python3...

bug

Is it possible to open a remote inspector session to watch the test go by without interrupting its execution? I'm not pausing the test (not using `page.driver.debug` or `binding.pry`, etc)....

My `docker-compose` version is `2.24.7-1`: ``` > docker-compose --version Docker Compose version 2.24.7-1 ``` The following service causes a `panic`. Specifically `soft: "262144"` and `hard: "262144"`. If I remove the...

I think the readme should describe the logging vs rejecting behavior in the intro section. As it stands now, it isn't clear what the gem does until mid-way through the...

good first issue

## Environment - Ruby **3.0.3p157** - Rails **7.0.6** - Devise **4.9.4** ## Current behavior If authentication fails when submitting to a URL that includes URL parameters, the failure app mutates...