Vitor Cavalcanti
Vitor Cavalcanti
This is in order to stop Elixir 1.11 warning about undeclared dependencies. ``` ==> elixir_uuid Compiling 1 file (.ex) warning: :crypto.hash/2 defined in application :crypto is used by the current...
Hello! I'm on Ubuntu 12.04.2 (Cinnamon) and using a proxy.pac file to access the internet.  When I open the app, it shows this error:  Could you fix that,...
Given the following structure: ```elixir %{items: [%{id: 1}, %{id: 2}], another: %{key: :value}} ``` I would expect the following result: ```elixir %{another__key: :value, items__0__id: 1, items__1__id: 2} ``` But we...
Hello! Thanks for the extension. I was wondering if there was a way of saving all files before running? I see myself having to hit save all, all the time...
Hi! Thanks for this amazing extension! I've noticed that there's autostash for `git rebase` but not for `git pull`. Can we get that too? 🙏🏽 Thanks!!