Ashwin Ramaswami
Ashwin Ramaswami
The link to https://www.commerce.gov/code.json is broken (on https://www.code.gov/agencies).
For unseekable files, can't build full index by reading the entire file. I have to run `build_full_index`, but I can't just instead read the entire file to build the index...
This is because it appears that when I try to build an index by reading an unseekable file through the entire way (as opposed to `build_full_index()`), it gives me a...
Many t.co URLs are no longer expanding properly when using urlexpander: ``` >>> import urlexpander >>> urlexpander.expand("https://t.co/lbopTtfmJG") 'http://twitter.com/__CLIENT_ERROR__' ``` Do you know why it's giving me `__CLIENT_ERROR__`?
@mavarazy this seems to be a pretty good way to do pagination. Would you be interested in merging this back upstream into https://github.com/mozilla-services/react-jsonschema-form? Related to https://github.com/mozilla-services/react-jsonschema-form/issues/1157
Use bash, exit on error of any command (`set -e`)
succesfully -> successfully
Our server access logs for S3 buckets aren't working. We need to set permissions for the log delivery group on the S3 logging bucket -- see https://repost.aws/knowledge-center/s3-server-access-log-not-delivered and https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_logging#example-usage.
