A community driven style guide for Elixir
-
Updated
Jun 6, 2020 - Elixir
A community driven style guide for Elixir
Trello tribute done in Elixir, Phoenix Framework, React and Redux.
A list of companies currently using Elixir in production.
Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2.
This is a good, easy entry point to contribute!
Describe the bug
Not necessary a "bug", nor a feature. More aesthetics. The color of "charging" on the pie chart is green, which reflects "sleeping" in the states dashboard.
This might be a feature :) Could we also add a pie chart to the "States" dashboard instead of the boxed legend under the continuous bar?
To Reproduce
Steps to reproduce the behavior:
If you are running an existing and older version (pre 168cfb88bab2ae8f3eb556164978389261bac0a4) of Thesis, you will already have a thesis_auth.ex file in ./lib/.
Running mix thesis.install after upgrading to a newer version of Thesis will duplicate the file in ./lib/YOUR_APP/.
This results in a CompileError:
** (CompileError) lib/thesis_auth.ex:1
The Good Old game, built with Elixir, Phoenix, React and Redux
A global Process Registry and Process Group manager for Erlang and Elixir.
Make rendering React.js components in Phoenix easy
Checkout the Git protocol capabilities documentation.
OBJ_OFS_DELTA (aka type 6) in a packfile.With the recent release of Phoenix 1.5
Now is a great time to go through this example/tutorial with a fresh pair of eyes and completely update it (including) links to code snapshots. We can also extend it to include auth_plug #25
masterWe should have more backends, because this project aims to be maximally useful in a variety of architectures. Perhaps:
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
Configurable API gateway that acts as a reverse proxy with a plugin system.
The README contains REPLACE_OS_VARS in Distillery, but it links to a 404 Not Found page.
Maybe https://hexdocs.pm/distillery/config/runtime.html#option-2-vmargs could be the correct new link target?
The README states:
Type casting. Mnesia can store any data in any field, including strings, numbers, atoms, tuples, floats or even PID's. All types in your migrations will be silently ignored.
I just tried to migrate a Postgres-app over to Ecto_Mnesia, and it was unable to run my migrations because I had references("table_name") fields in there. Since this is also 'just a type', I think b
I would like to be able to search multiple indices. I suggest the search function is extended so that the index parameter can be an array.
A GraphQL client for Elixir
Example application using Elixir, Phoenix and Elm
Toggl tribute done with Elixir, Phoenix Framework, React and Redux.
Add a description, image, and links to the elixir-lang topic page so that developers can more easily learn about it.
To associate your repository with the elixir-lang topic, visit your repo's landing page and select "manage topics."
This is something that I'm currently working on, but this should allow people like me that learn from example better than from documentation and standalone examples to grasp the idea of the lang easier. I'm creating a fork in which I will implement this in the english version.