Josh Чернов

Results 22 comments of Josh Чернов

I believe that I understand how I end up with a discrepancy between the two files because a prior deployment had not cleaned up the start_erl and thus the if...

Maybe a 1.1 but https://github.com/stavro/arc/issues/190 points out a very inserting problem to solve. What about adding a way to reprocess unloaders?

I guess the quick and dirty would be to point to the remote path of the currently hosted image and replay the upload. Aside from that theres no logic I...

I can be wrong but I think this is already existing functionality

The point of this was to allow me to set the storage path differently for my uploader via ``` # Override the storage directory: def storage_dir(version, {file, scope}) do "priv/uploads/photos"...

Hello so sorry for the long reply. I will see if I can make sometime this week to update the pr. Thanks for the review.

Sorry I've foolishly have deleted my local repo for this while cleaning up my account. I've also found using `ExAws.S3.presigned_url` a much more useful case for uploading files via the...

It would appear to me we have 3 concerns. 1: The changeset is persisted and sanitized ("cast_attachments") This could be responsible for just setting the string. 2: The changeset is...

@chrisjowen I added a uuid to the change set directly in my ecto model it works well enough. I just check to only set it if its not already set....