Brian P. Hogan

Results 8 issues of Brian P. Hogan

We can probably do CORS support pretty easily with https://github.com/britg/sinatra-cross_origin but it needs testing.

If I choose Ember or Angular, it'd be nice if the body of the index.html page reflected that more accurately.

Feature

The test system should be able to support testing using PhantomJS rather than the browser. Ideally this would be baked into the Guardfile that gets generated.

Feature

The CLI help explains that exclusions needs to be an array, but the actual README documentation doesn't make that clear. Unify the docs with the help message and ensure it's...

Documentation

Given the site http://www.pastie.org/ and the form field ``` ``` this test fails: ``` require 'watir' b = Watir::Safari.new b.goto "http://www.pastie.org" b.text_field(:name, "paste[body]").set "Foo" ``` You get Watir::Exception::UnknownObjectException: Unable to...

### Check for existing issues - [x] Completed ### Environment @jdkato Just ran into this again on the latest Vale. It looked familiar and I did report this a couple...

Type: Bug

### Check for existing issues - [x] Completed ### Environment OS: macOS Install method: Homebrew Vale version: 3.9.5 ### Describe the bug / provide steps to reproduce it Given this...

Type: Bug