Tommy Back
Tommy Back
I just downloaded the theme and wanted to build it but after `bower install && npm install` it fails when running `gulp build` like so: ``` (node:13596) DeprecationWarning: process.EventEmitter is...
Any plans to support [S3 PreSigned POST](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html)? I see there is some code for pre-signing [here](https://github.com/AdRoll/goamz/blob/master/s3/sign.go), but this is not that browser POST upload form. Thanks!
Thanks for the great work you've done with martini and its companions like binding! :) Now to the issue...It seems that it isn't possible to have a nested array of...
In preparation for adding support for nested slices of structs #40 I thought I'd refactor the form mapping code that was mostly a single function. Now it's clearly split into...