Ryan
Ryan
as per this discussion: http://www.reddit.com/r/javascript/comments/1lc5cg/form_data_js_object_json_new_jquery_plugin/cbxs0gx
numbers should be numbers, bools should be bools. May warrant becoming it's own library.
name and id are both common ones, and doing that would require us to support something like `["name", "id"]` anyways, so then we could let people pass in `attribute: ["data-name",...
In doing a quick audit of our dependencies, I see that ember-power-calendar has ember-moment listed as a dependency. This adds about 21k to the minified vendor build. When I went...
I've got my js files being uploaded into sentry just fine, but I'm seeing nothing but invalid row/column errors in the sentry interface. when I chatted to their support team,...
We're having an issue with FastBoot since this plugin relies on jQuery to read the revision version. I've supressed the error with a custom service like this: ```javascript import RavenService...
Should be able to pass any staging name to deploy and create a new staging deploy ``` harpoon deploy staging ``` Will create a bucket called `app-name-staging` and host the...