Vitor Cavalcanti

Results 4 issues of 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. ![proxy](https://f.cloud.github.com/assets/1920397/157633/8dc40462-76c9-11e2-921f-7a9548a0410d.png) When I open the app, it shows this error: ![rdio](https://f.cloud.github.com/assets/1920397/157626/3dac4688-76c9-11e2-8078-ad1b44ed29ae.png) Could you fix that,...

enhancement

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...

enhancement
help wanted
question
technical

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...