arc
arc copied to clipboard
:paperclip: Flexible file upload and attachment library for Elixir
### Environment * Elixir version (elixir -v): ```elixir Erlang/OTP 21 [erts-10.2.1] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [hipe] Elixir 1.8.0 (compiled with Erlang/OTP 21) ``` * Arc version (mix deps): `arc...
Docs says: > To start off, generate an attachment definition: > `mix arc.g avatar` It returns: `** (RuntimeError) path must be passed when generating an uploader.`
I would be useful to have a callback on completion of a transformation, which passes along the newly created file. That would allow to inspect it for certain details prior...
### Environment * Elixir version (elixir -v): 1.7.3 * Arc version (mix deps): 0.11.0 * Arc dependencies when applicable (mix deps): arc_ecto 0.11.0 * Operating system: Ubuntu 18.4 ### Actual...
I use [.formatter](https://hexdocs.pm/mix/master/Mix.Tasks.Format.html) here. I also removed the unused asset_host var. Please ignore if this project doesn't care for formatting :)
Ran into this issue today on new setup: https://github.com/stavro/arc/issues/233 Thought it might be good to update the error message as a result.
Currently the storage expects a `url` function to generate the URL which points to the uploaded file. However, there is no way to fetch an asset from the uploaded location....
Since [last vulnerabilities](https://thehackernews.com/2018/08/ghostscript-postscript-vulnerability.html) with GhostScript, and because ImageMagick use it (for example when we use `convert`), should we include and modify the current examples to use ones that check for...
`ex_aws` "2.0" has a dependency for `xml_builder` "0.1.0" which is removed in the latest [version "2.1"][1]. Not updating this generates errors on dependencies, if some other library uses the latest...
Hi, When you use Arc in an umbrella app, the application root is inconsistent. Arc with LocalStorage might store files in the storage directory related to the absolute root of...