Spencer Van Hoose

Results 3 issues of Spencer Van Hoose

In QuickUI 0.9.4, I can't get the following code to work anymore: ``` class window.Demo extends Control initialize: -> @someProp = 100 doStuff: -> @someProp Demo.create().doStuff #returns undefined ``` If...

`buildCanonicalRequest` doesn't appear to work when query params are specified in the request. For example signer.sign({ method: 'GET', url: '/someurl', params: { myId: 'abc' } }); [This line](https://github.com/danieljoos/aws-sign-web/blob/master/aws-sign-web.js#L147) breaks because...

[`extractQueryParams`](https://github.com/danieljoos/aws-sign-web/blob/4388cd692dadebfb0bbd2e2778fee550af8aed05/aws-sign-web.js#L249) in `SimpleUrlParser` uses `decodeURI` to decode the keys and values. This is incorrect and doesn't work for symbols which are part of the URL grammar. It should be using...