Akshay Dua

Results 6 issues of Akshay Dua

Hope the title makes sense. Not the most familiar with ESLInt rules etc. I've had to do the following to suppress for the moment: ``` // eslint-disable-next-line no-undef navigator.geolocation.getCurrentPosition( ```

Something's up with the setup. On my setup, Android, Flow, react-native 0.52, I have to do this: ``` import * as ImageResizer from 'react-native-image-resizer' ... ImageResizer.default.createResizedImage(imageInfo.name, thumbnailWidth,...) ``` Anything else,...

Thank you for the great library! It looks like in this line the rest of the node information is lost, specifically the geotag information that our project needs. Would you...

Needed support for a `Cache-Control` header. Added `headers` as an option.