Here are
265 public repositories
matching this topic...
Fast, pipelined, resilient Redis driver for Elixir. 🛍
Updated
Sep 3, 2020
Elixir
A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress!
Updated
Nov 5, 2019
Elixir
Elixir library for dealing with CORS requests. 🏖
Updated
Aug 5, 2020
Elixir
A GraphQL client for Elixir
Updated
Jun 10, 2020
Elixir
🔢 Erlang Binary Pretty Printer
Updated
May 18, 2020
Erlang
Simple passwordless authentication for your Phoenix apps
Updated
Feb 16, 2020
Elixir
Updated
Nov 24, 2018
Elixir
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
Updated
Jul 10, 2020
Elixir
Automatically create slugs for Ecto schemas.
Updated
Aug 10, 2020
Elixir
Spinnig Animations for Command Line Applications
Updated
Jul 11, 2020
Elixir
A simple Elixir library for writing decently-performing crawlers with minimum effort.
Updated
Apr 1, 2019
Elixir
Execute WebAssembly from Elixir
Updated
Sep 4, 2020
Elixir
Command line arguments parser for Elixir
Updated
Jul 30, 2020
Elixir
📝 Loki is library that includes helpers for building powerful interactive command line applications, tasks, modules.
Updated
Nov 7, 2018
Elixir
Updated
Dec 2, 2019
Elixir
Sentiment analysis based on afinn-165, emojis and some enhancements.
Updated
Feb 11, 2020
Elixir
Director is a production-ready supervisor and manager for Erlang/Elixir processes that focuses on speed, performance and flexibility.
Updated
Sep 30, 2018
Erlang
✉️ SMPP 3.4 protocol and framework implementation in Elixir
Updated
Aug 20, 2020
Elixir
ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.
Updated
Nov 26, 2018
Elixir
An Elixir library designed to be used as SIP protocol middleware.
Updated
Mar 25, 2020
Elixir
Elixir library to read and write data of Google Spreadsheets.
Updated
Apr 20, 2020
Elixir
Traffic endpoint and graceful shutdown for Elixir Plug apps
Updated
Nov 23, 2017
Elixir
Library of mix tasks to generate a systemd unit file for an Elixir project
Updated
Mar 20, 2020
Elixir
🐇 Build consistent and well-balanced Producer/Consumer pipelines
Updated
Jul 27, 2020
Elixir
Elixir library to convert office documents to other formats using LibreOffice.
Updated
Jul 7, 2020
Elixir
Providing Map#drop (by key or value) and Map#take functionality for nested maps
Updated
Jul 27, 2020
Elixir
Highly opininated setup of vim plugins for Elixir development
Updated
Sep 14, 2017
Vim script
Elixir library providing some handy parallel processing facilities that supports configuring number of workers and timeout.
Updated
Feb 25, 2018
Elixir
Updated
Mar 7, 2018
Elixir
Improve this page
Add a description, image, and links to the
elixir-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
elixir-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
redbug
doesn't seem to liketuple_size/1
in guards. It can be fixed in redbug itself or as a workaround in Rexbug, convertingtuple_size(x) == y
tois_tuple(x) and size(x) == y
.The former is probably the correct thing to do, the latter is probably much convenient to do right now.