Dave Hall

Results 10 issues of Dave Hall

The 5.0 release of the `coverage` package contains [backwards compatibility breaking changes](https://github.com/nedbat/coveragepy/blob/master/doc/whatsnew5x.rst). One of those changes was removing the `Reporter` class. This results in the following output in Travis CI:...

There are times when a node has more than one alias. This shouldn't break the export, instead we should use the latest alias and drop a message in the output.

Some services run mysql on a port other than 3306. Users shouldn't have to hack the code to use a non standard port.

Some large organisations have more than 100 teams. The current implementation only checks the first 100 teams returned by the API. This checks all teams the user is a member...

Adds initial support for SSL. The implementation supports the following features: - Remote certificate validation - Custom CA bundles - Client side certs SSL is now on by default. Fixes...

### Description When using `chalice package` to package my app I expect it to respect the git repos referenced in the `requirements.txt` file. Instead it uses the version of the...

bug

When running Pantheon Drupal instead of vanilla Drupal the following error is triggered: "Notice: Undefined index: drupal in update_requirements() (line 35 of /path/to/modules/update/update.install)."

This fixes issue #27 which is caused by drops using the pantheon project name instead of drupal. dpm() confirms the different project names. Once I applied the patch the notice...

The certificate for https://pm4py.fit.fraunhofer.de has expired.

This is a super helpful project. The current icon set is a bit out of date. Is it possible for you to regenerate the icons with the latest version of...

enhancement