Will White

Results 14 comments of Will White

Nice find. > When trying to formate without a timezone What does this mean exactly? Would we avoid this problem by setting a timezone? Should we be setting a timezone?

Wow there are way more reserved domains than I released. Great idea. I'd take a PR for this!

`./update` exits cleanly for me on OSX in just under one minute. Can you add a `set -x` to the top of the script to see what it's doing? The...

The [update script ensures everything in the DB will be lowercase](https://github.com/willwhite/freemail/blob/master/update#L28) but nothing forces lowercase when using the [node functions](https://github.com/willwhite/freemail/blob/98e03a26b408b93a1c817dff7f66ad30e79e9cec/index.js). This would be a great enhancement. I haven't given much...

@kkaefer, any thoughts on breaking coverage out into another tool to make expresso complication faster and easier?

This is going to be bit of a chicken and egg problem since we don't validate the filesize until the map is created and we can't create the map until...

Yep I've thought a bit about this. Upload credentials could be issued with an oauth request like: ``` https://tiles.mapbox.com/api/Upload/:account?access_token=:token ``` We could add something like: ``` https://tiles.mapbox.com/api/Upload/:account?access_token=:token&filesize=:size&id=:mapid ``` Where `:size`...

@springmeyer, is this field autodetected for all files? Since we're not stripping it anymore, I'm seeing it appear in the "advanced" field for shapefiles and sqlite files, but not for...

Ok I think, we can revert this and come back to it. The approach could be to filter it out unless we don't explicitly recognize the type as one of...