hannah cushman garland

Results 23 comments of hannah cushman garland

For folks interested in geo support via `census_area`, there is now expanded documentation, here: https://census-area.readthedocs.io/en/latest/

Believe this was addressed in #117, will circle back here to confirm when we cut a release.

Hi, @anthonymoser – were you using the core Census client, or the extended Census client from the `census_area` package? If the latter, there was a bug in our implementation of...

We should add this from Eads, as well! https://github.com/propublica/ilcampaigncash

FYI I [started tutorials](https://gist.github.com/hancush/b1b7944cc44ddb2c89e9c056c5ae486d) for n00bs like me.

@ghing dummy files are sometimes created even if your database operation fails, which creates an incorrect picture of dependency existence. they also clutter up the working directory. both are hacky,...

you passed the test! just joking – i meant to say it seems we use a file structure more like [this one](https://github.com/datamade/data-analysis-guidelines/blob/master/setup.md#organizing-your-analysis), but i'm not sure if it's actually we,...

Here's how I addressed: ```javascript validate={(values) => { // Return all errors at once return validationSchema.validate(values, { abortEarly: false }) .then(() => {}) .catch((err) => { return err.inner.reduce((obj, e) =>...

Related stacktrace: ``` UniqueViolation: duplicate key value violates unique constraint "councilmatic_core_bill_slug_ecb9ca6b_uniq" DETAIL: Key (slug)=(2021-0434) already exists. File "django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) IntegrityError: duplicate key value violates...

You're right – for Metro, the legislative session is actually a fiscal year, IIRC. We just it out of the search index, so no, I don't see that we are...