domax
domax
Hi. Yes, I understand, it sounds reasonable. When I looked for core functionality for migration, I stuck myself with the following rules: * it should mimic [FlyWay](https://flywaydb.org/) approach (as most...
I didn't hear about `sqlmigrate` tool before. I didn't yet review code of this tool, but after learning its README, I have couple comments. First of all I didn't find...
No objections - I like this idea! )
Despite this plugin works as designed (gets EXIF data from photo data), it is useless in iOS, because iOS keeps metadata (especially geolocation) separately from photo - it should be...
Hi Jeremy Just make a pull request in GitHub. I’ll verify and apply or reject with comments. Anyway, thank you for your contributions! — Sincerely, Max > On Apr 16,...
@ishigo1987 Why `photo.ID`? Object's properties in JS are case-sensitive. If you retrieved a `photo` object by `Photos.image()` function then you have to address image ID as `photo.id`.
Base64 is the most memory-consuming case. I'd not recommend to use it for large images. But what a problem do you have with File plugin and writing data wrapped by...
@victoria168 : I'm trying to reproduce this bug. I just made a panorama photo and successfully fetched it. Do you have any specifics in your image? Which size it has...
@victoria168 : Unfortunately I've lost all my images with wrong orientation :(. I would be very grateful for steps how to make such photos.
@victoria168 No )) - I know how to get existing images from device (since it's me who wrote this plugin). I mean steps how to take (shoot) photos in a...