A collection of useful snippets from the Timber team.
git
git ls-files -m -o --exclude-standard | xargs -L 1 mix format
ElixirDelete Item from List
Interested in learning how to pop the last item in an Elixir list?
Logging to FileElixir
Interested in learning how to log to a file in Elixir?
bytes to kbbytes to mbbytes to gbjavascript
Interested in converting bytes to GB, MB, KB? Here's how you can do it in Javascript:
keyboard repeat ratemac
If you've ever felt that the maxiumum keyboard repeat rate was too slow, even after changing it with `System Preferences -> Keyboard`, we've got a solution for you.