James Au

Results 10 comments of James Au

Regarding the `isTrusted` property, I believe it's from the `Event` interface and it did mention on the page that `In addition to the properties listed below, properties from the parent...

The fix has been merged and will be included in the next release

@andidev absolutely! I will take a look at the issue you linked 😄

If you don't mind using another dependency, I find using [watch](https://www.npmjs.com/package/watch) to work just fine. e.g ``` npm install --save-dev watch ``` ``` scripts: { "css": "postcss style.css -o bin/style.css",...

Hi @Marcussx, in order to better assist you, can you clarify why you need to manually set the credentials? For manually setting up your own S3 bucket with Amplify, you...

Hi @coa00, thanks for opening this issue. I believe this is Amplify console related so I will transfer this issue to their repo.

@dylan-westbury @viprocket1 Seems to be related to https://github.com/aws-amplify/amplify-js/issues/6419, its a bug we introduced for a work around we implemented for working with Axios and React Native.

#8336 might fix some of your issues regarding React Native. Large file uploads will no longer freeze the UI or throw Out of Memory errors

https://docs.amplify.aws/lib/storage/upload/q/platform/js/#pause-and-resume-uploads For larger files we now recommend using resumable upload

related to https://github.com/aws-amplify/amplify-js/issues/960