Mike Macaulay
Mike Macaulay
As fun as it is to read my writing, code sometimes speaks better than words, so I've got a commit that kind of spells out what I mean, as well...
As far as i know.
If there's interest in getting this fixed, I think #145 is the best place to start, it just never got merged. I think we need to update it but I...
Thanks @lukekarrys yes I think this definitely being addressed there. I'll close this one assuming a solution will be found in that issue
This is super late, but I was able to re-work the function, at least enough for my needs that I could enable the CSP. I'm not certifying its safe for...
Seems like two problems. `serializeAppBundle` should be `serializeApp`, which is the required in module, and the module itself is not exporting functions correctly (coming in undefined).
I was able to get it working by re-running browserify on the serializeapp project: `browserify index.js -s serializeapp > bundle.js`, and changing the call from `serializeAppBundle` to `serializeApp` in the...
Possible solution here: https://github.com/adobe-webplatform/Snap.svg/issues/475#issuecomment-1948547780
Not sure if it helps, but we were able to do cross account sending by setting the `AWS_REGION`, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables. Obviously these are secret but it did...
One workaround I found (not ideal for sure), open chrome with a profile that has a download directory set: Worked for me when i clicked a link that downloaded an...