Joshua Tauberer

Results 18 issues of Joshua Tauberer

There are a bunch of terms where a start date is before a previous term's end date. These can be found easily by activating the test at https://github.com/unitedstates/congress-legislators/blob/master/test/validate.py#L179 Would be...

I'm not sure if I've/we've ever used the Bioguide to fill in swearing-in dates (anything recent was probably done with knowledge of current events), but KG says that "special elections...

Joe Carmel points out that the Biographical Directory publication at GPO has footnotes that have swearing in and resignation dates. Not clear if it's the same as what appears in...

The current Res.Comm. serves four year terms and this is fixed in the -current file. Need to see what needs fixing in the historical file.

A few related questions: - Can we assign version numbers to the data format and put those version numbers in the data files so that looking at a file it's...

enhancement
code deployed

Several bills have amendments that are missing fields. https://www.gpo.gov//fdsys/bulkdata/BILLSTATUS/115/hr/BILLSTATUS-115hr5.xml: ```` Regulatory Accountability Act of 2017 House H ```` amendedBill is supposed to contain `congress`, `type`, and `number` fields. This change...

working on it

Little suggestion: Use https://github.com/unitedstates/congress to try parsing the files before you push them into FDSys, so that you know the problems I'm going to file issues about before I file...

I'd love to have this tool take command-line arguments like: ``` pdf-redactor --title "New TItle" --xmp=remove --content-replace "\d{3}-\d{2}-\d{4}" "###-##-####" . . . ```