Joel
Joel
Would be great to merge in if this is finished!
Hi @mhart thanks, I kind of hoped / assumed the reason my signature is 100% always erroring was because of this haha. Damn. Back to the drawing board.
Well it's been butchered several times to try and get it working. I'm trying to do signed requests across AJAX for a JS app. I was trying to manually just...
Haha yeah, unfortunately the rest of the app is using it anyway, thanks for the info, will give it a shot!
## **Edit: See comment below for fix.** @mhart unfortunately I'm now getting a javascript error from within the aws4 module :(. I get `Uncaught TypeError: h.escape is not a function(…)`...
So I managed to fix my above js errors by using; https://github.com/mathiasvr/querystring though i've not yet been able to get aliasify working to actually alias it, had to fork and...
@mhart I think I'm just unfamiliar with build scripts and such in npm 😄 - we mostly use gulp - this did work for me, thanks!
I do like the idea of being able to pick a direction. My issues I have are that I resize the block on click (make it twice the width), this...
Also having a similar issue where we have multiple stand alone js files for different areas, for instance; `/dashboards/something/some-feature.js` `/admin/something-else/admin-feature.js` And they're all just getting written in the manifest to...
Just plus oneing my desire for this issue to be resolved too. 👍 I don't think I'm even able to use this at all as I'm unable to use `getHeaders`,...