Results 7 issues of Young Hahn

We cool for a new tag/release? I can take care of this if you think things are stable.

Many migration scripts are meant to target a very specific table and could lead to Bad Things :disappointed: if run on others. I've currently hacked some sanity checks for the...

I picked up this module to make use of the 52-bit fnv1a hashes. After some use, however, I noticed that it was generating a lot of collisions -- many more...

bug

Our current system of using the `this` scope for handling template partials seems to be bust with underscore 1.2.2+ changes where `this` in the context of a template is no...

Adds arguments to 'save_grant' event callback: - `err` for any errors that occurred while saving the grant. - `extras`, optional, overrides the default `extras` generated by oauth2-provider. For example, allows...

From https://github.com/mapbox/ecs-conex/blob/master/Dockerfile#L15-L17: ```Dockerfile # Install docker binary matching EC2 version RUN curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.11.1.tgz > docker-1.11.1.tgz RUN tar -xzf docker-1.11.1.tgz && cp docker/docker /usr/local/bin/docker && chmod 755 /usr/local/bin/docker ``` Except...

From about 5 minutes of digging it's not clear how `s3touch` could read up the notification rules and apply prefixes/suffixes. Will need some more investigation. cc @willwhite @GretaCB