Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow passing binary data structs as attachments #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azhi
Copy link
Contributor

@azhi azhi commented Jan 16, 2018

arc allows storing %{filename: filename, binary: data},
and now arc_ecto allows these structs to be accepted in
cast_attachments

fixes #54

Copy link

@pedep pedep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for another one!
This seems to be a much requested feature - Nice to have it completed 🎉

Specs run on my machine 👍

@spscream
Copy link

I'm curious when this would be merged?

@wethanet
Copy link

@stavro is there any chance of this being merged soon? Or is there another solution that you'd recommend.

@massetech
Copy link

That would be very usefull ; could you pls merge it ? txs

@Stanislav-Lapata
Copy link

up

@gen1321
Copy link

gen1321 commented Sep 19, 2018

merge plz

@NeverHappened
Copy link

Is there a reason you're not merging this? Really need this PR

@artempankov
Copy link

merge plz

@gabrielpra1
Copy link

I'm also looking forward for this merge!

@jungrafael
Copy link

To have this merged would be of great help!

@tiagonbotelho
Copy link

Up, it would be great to have this merged, for now I had to run my own fork to go around the situation.. thanks @azhi for finding a solution 🙇

@jprincipe
Copy link

@tiagonbotelho would you mind sharing that fork? @stavro is this repo being maintained any more? There are a lot of very useful PRs that are over a year old just gathering dust.

@tiagonbotelho
Copy link

@jprincipe sure thing I forked it here: https://github.com/duffelhq/arc_ecto 👍 I just fixed what was blocking my work. I have no current plans of maintaining my own fork. But if that changes in the future I'll be sure to post it here 😊

@jprincipe
Copy link

Thanks @tiagonbotelho, I ended up forking master and manually pulled in the PR from @azhi. I'm going to try and go through some of the existing PRs and see what makes sense to pull in. Unsure if I'll continue to maintain it though.

arc allows storing `%{filename: filename, binary: data}`,
and now arc_ecto allows these structs to be accepted in
`cast_attachments`

fixes stavro#54
@bnymn
Copy link

bnymn commented Apr 12, 2020

Hi @stavro ,

Do you have any plans to merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass binary to cast_attachments