Rock Neurotiko
Rock Neurotiko
Right now provider_test and elixir_provider_tests are the same tests but with different setup/asserts, let's unify both to only have one source of cases.
Sometimes you don't want just the variable in your config value, maybe you want it to be interpolated in a string, for example: ``` elixir config :my_app, some_url: "http://${MY_HOST}/wat ```...
Elixir 1.6 is released! And it have the awesome formatter: https://github.com/elixir-lang/elixir/blob/v1.6.0/CHANGELOG.md I think that it would be a great idea to be able to configure alchemist to format on save....
This PR solves #39 On `:normal` stop, the child processes are not terminated. Let's trap the Socket process exit and manually stop the transport child to avoid dangling processes.
If the channel disconnects (`phx_close` or `phx_error`), the channel process does not close, and the socket process don't remove it from the state, so the socket thinks that it's subscribed...
Create documentation: - [ ] General framework usage - [ ] Middlewares - [ ] Use multiple bots - [ ] Tips & Tricks ?
Adding regular expresions, or some general expresions (like `*`) could be useful in some widgets, for example the [spy-wiring](https://github.com/Wirecloud/spy-wiring-widget) accept any in their input/output endpoints.
Maybe you would want to add the stop propagation in the key events to avoid other components. For example, I have "vimium" installed and I can't use it, and probably...