Chris Beaumont

Results 11 issues of Chris Beaumont

When I went to test #593 on my new laptop (OSX mavericks), I noticed that the menubar doesn't appear until you click on another window and click back to the...

bug
gui
Upstream fix required

The exception messages on contract failures can be very long, which makes it more difficult to find the context of the code where the contract failed. I wonder if the...

Right now, selected points are occasionally drawn below unselected points. This makes them hard to see when a small subset of a dense point cloud is highlighted

`list(NullCollection())` should probably return the empty list instead of raising `NullValueError`

bug

BS turns attribute getting into an alias for find dom.a.b # == dom.find('a').find('b') Soupy doesn't do this yet. The terseness is nice, but it has a few downsides: - It's...

enhancement
help wanted

cc @AlejandroFrias Smother should have a `combine` command similar to `coverage combine` that can merge several coverage reports from different machines. It should support (or ideally directly reuse) coverage's [mechanism...

`smother diff` is git-specific. It would be nice to add a `DiffReporter` class that supports mercurial repositories as well.

smother will choke on it's own data if coverage is run with branch-tracking enabled

Smother should be able to refer to data files with URLs. These would be downloaded and cached locally. As a possible extension: smother could have a "URL pattern" config value...