Daniel Roesler
Daniel Roesler
GPG allows you to export your subkeys with with a blank primary key using the [`gpg --export-secret-subkeys {key-id}`](https://www.gnupg.org/documentation/manuals/gnupg/Operational-GPG-Commands.html) option. This is great if you want to keep your primary key...
Need to create tests (Travis CI?) to test this so I'm not manually testing. Expected diff: ``` Added /tests/test.js #mocha or casper script to run phantomjs or selenium tests against...
The first checkbox in [Play 1](https://github.com/WhiteHouse/playbook/blob/gh-pages/_plays/01.md) is "Early in the project, spend time with current and prospective users of the service". However, there's not any guidance on how to find...
When troubleshooting mobile browser support for webrepl, I noticed that the included `term.js` is no longer maintained and has been succeeded by `xterm.js`. So I replaced `term.js` with the most...
We should create an [OpenAPI](https://en.wikipedia.org/wiki/OpenAPI_Specification) template for BallotAPI and put it somewhere where people can download it or explore it using Swagger. Also, should we create a [JSON Schema](https://en.wikipedia.org/wiki/JSON#JSON_Schema), too?
The API need so to have a server somewhere that's querying a database and returning API results. I wrote a [README](https://github.com/open-austin/ballotapi/blob/master/ballotapi/README.md) that outlines some ideal installation steps and usage for...
https://ballotapi.org/docs/api/precincts#voting-info-object Currently it just says "TODO".
In order to test the ballotapi server, we need to create a test data set that can be loaded into the database. ## Brainstorm on data repo structure We want...
### What problem are you trying to solve? Lots of meetups, orgs, and businesses don't know when they should restart in-person events and gatherings. When they do re-open, many would...
### What problem are you trying to solve? There are many attempts[1][2][3] by states to purge voters from the rolls. There is a growing need for voters to continuously monitor...