Phi Van Ngoc
Phi Van Ngoc
Hi,  There seems to be an issue with HTML formatter as javascript code is printed out. Please check the screenshot. I'm using jsondiffpatch...
It would be nice if the error message should also show the file name & line number in case of an assertion error. For a large project, this will be...
Hi. Thanks for the great work! Is there any chance to use this with the older version of Material-UI?
Does this module support UDP health check?
I'm trying to call `AWS.setSDKInstance()` as instructed but got the error: `TypeError: AWS.setSDKInstance is not a function` I notice that in the latest version (1.6.1) that I got with `npm...
Hi, I'm using `Storage.put` to upload video files to S3 but the app crashes if file size is large. Here is the code: ``` const fileData = await RNFetchBlob.fs.readFile(videoUri, 'base64')...