José Valim
José Valim
Today ranges without an explicit step have their step inferred based on start..stop, but instead we should default to always be 1. Given this is a breaking change, it has...
We will link to some of the frameworks mentioned in the "Cases".
To add your conference, open [this link on a new tab](https://github.com/elixir-lang/elixir-lang.github.com/edit/main/_includes/events.html) and add your own conference according to this template: ``` City, Country/State | Date, and a tiny bit of...
We will probably need npm still, for handlebars, but it should streamline things considerably.
Unfortunately Markdown documents try to escape backslashes. Which means that a Katex formula like this: ``` $$ \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} $$ ``` Will appear...
The idea is to allow a list of apps to be given. Then we will support autocompleting the modules and functions of additional apps in the autocompletion bar. They can...
Sometimes people may want to send their metrics based on some parameter that is external to the metric. For example, multi-tenant applications may want to segregate their data in someway....
If persistent_term is available, we should emit an event with this: http://erlang.org/doc/man/persistent_term.html#info-0 This will help us measure any bad usage of persistent_term.
Hi @buunguyen! Thank you for this very helpful project. I have added a tiny new function that delays the showing of the progress bar. You can see examples of this...
This looks amazing! Let me know if you believe there are improvements we can do to our release scripts. In particular, I wonder if it is worth supporting `bin/my_app start...