David Alber
David Alber
Some of the tests checking for exceptions are not checking the exception's message. Improve the tests by adding these checks.
A number of tests are written to verify an expected exception is raised and that its message matches what is expected. These tests are currently using `assertRaises` and a subsequent...
Create a writer class that generates [DOT](http://en.wikipedia.org/wiki/DOT_language) output for the graph. --- Blocked by #5.
Geneagrapher currently generates only [DOT](http://en.wikipedia.org/wiki/DOT_language) output and the generation of the dot content is done within the `Graph` class. We want to introduce "writer" classes to Geneagrapher that will generalize...
### Reproduction 1. Follow the instructions in the [react-server-website README](https://github.com/redfin/react-server/blob/master/packages/react-server-website/README.md): ``` $ git clone [email protected]:redfin/react-server.git $ cd react-server $ npm run bootstrap $ cd packages/react-server-website $ npm run build-assets $...
I've been maintaining notes on how we are doing deployment in a document. This needs to be transferred to a markdown file in the repository.
Reproduction: 1. In newly opened browser or incognito window go to https://react-server.io/. 2. Scroll to bottom of page and click the Slack badge. Bug: the badge does not appear and...
I am interested in investigating instances of unexpected Highfive behavior. For example, sometimes, but not consistently, Highfive sends the welcome message to existing contributors. Another example: in rust-lang/rust#49849, Highfive did...
@eschwim is the only owner and maintainer of Mobbage in PyPI, so he is the only person that can publish Mobbage. He's not active on Mobbage right now, we should...