Nick Kezhaya
Nick Kezhaya
This is on the way.
Check the README > On Oct 21, 2019, at 07:55, OleksandrN wrote: > > > Having the same issue here. > > — > You are receiving this because...
@JohnKuan New maintainer here. Sorry—still just a couple conflicts. I can merge this immediately after they're resolved.
@mozharovsky New maintainer here. Is this PR still relevant?
Not sure how to reconcile this into the current codebase, since we now have multiple callbacks. Could you update to `master` and fix the conflicts?
@Ernestofp94 doesn't look like he's gonna fix this. What I ended up doing is putting the "DownPicker" folder in my Supporting Files group, then adding `#import "UIDownPicker.h"` to my Objective-C...
Getting this as well. @shawnonthenet can you elaborate on your IAM issue? I only have a single user and key. Works on another dev's machine.
@xfumihiro Thanks!! `brew update imagemagick` fixed it.
@nathany `Application.get_env/3` uses the third argument as the default value, so the null-coalescing operator isn't necessary here. `Application.get_env(:arc, :storage, Arc.Storage.S3)`