John O'Malley

Results 3 issues of John O'Malley

I upgraded from beta.0 to beta.1 and a test case broke. This snippet demonstrates the bug: ``` javascript import React from 'react' import chai from 'chai' import chaiAsPromised from 'chai-as-promised'...

GenericInstrumentingBrowser creates a proxy server but doesn't stop it. This isn't causing any obvious issues during a Maven build... the build terminates and I don't see any hanging processes. But...

The following returns null: ``` scala val a = Path.fromString("/Users") val b = Path.fromString("/etc") a.relativize(b) ``` I think there's an implicit guarantee not to return null from a scala API....