achempion
Hi, I would like to tell about my initiative to further maintain and develop Waffle project which is the fork of Arc library.
The progress I made during the last couple of months is that I’ve merged all open pull requests, published the library to the hex.pm. Also, I’m streaming my work on the project on Twitch ![]()
The next changes I’m working on right now is to cover all available features in the documentation and also implement the proper file validation with magic bytes.
I would appreciate any feedback or star on GitHub ![]()
Trending in Announcing
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
achempion
Wow, 29 stars so far. Thank you all so much for support!
Nefcairon
Forgive me, but I am absolutely a greenhorn about library management.
Why did not you continue arc but forked it and renamed it? Is Arc unmaintained?
cnck1387
When it came to making this decision did you weigh the pros and cons vs making a new library instead of forking Arc? In other words, in a best case scenario as of today do you still think the arc model of dealing with file uploads is the way to go?
Also are you currently using this project in a large scale production roll out?
OvermindDL1
I’m pretty sure the issue was that Arc had a lot of open issues and a lot of open PR’s but no one was managing, merging, or keeping up with Arc for over a year at this point. At that point you can’t do much but fork and continue. ^.^;
Kurisu
We really need a maintained library for files upload mater. So thank you for sharing this one.
Please do you plan also an alternative to arc_ecto ? That would be great!
cnck1387
Yep, but I recall there also being other libs that took a completely different approach to file uploads than arc.
OvermindDL1
Yep, and those still exist and are mostly kept up to date. Arc just has a lot of users and the fact it was dead was harmful to those projects when needed bug fixes needed to get in. Thus Waffle is to keep that same code persisting and still updating.
achempion
Arc is under Apache license, so, you can’t just fork it and use the old name. It was my first thought to do it, but unfortunately you have to change the name if you want to fork something under Apache license
Also, you want to publish the library to the registry and the old name is already taken. This is how the Waffle name was born.
achempion
Absolutely! I’ve forked
arc_ectoto the waffle_ecto as well. This library is under the same GitHub organisation.To my surprise we already have new adapters from community as waffle_gcs for integration with Google Cloud.
achempion
We are actively using it with several projects now. One of them is https://vocab10k.com (an app to learn English words and practice pronunciation).
Also, my company (evrone.com) is supporting open source initiatives and I’m open to work on the library as many time as I want.