You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a bigger issue that you can only configure Hound if you start it with Hound.start and not via :application.start(:hound). However, this is mostly Elixir's fault, as we don't have a way to configure applications (yet).
The text was updated successfully, but these errors were encountered:
Notes: Had a conversation in IRC with Jose. His patch, which will land in erlang r17 will allow configuring applications when starting them in the usual erlang-way.
All of your application runtime dependencies must be declared in the mix file:
https://github.com/HashNuke/hound/blob/master/mix.exs#L16
You need
:ibrowse
and:jsex
in there for now.There is also a bigger issue that you can only configure Hound if you start it with Hound.start and not via
:application.start(:hound)
. However, this is mostly Elixir's fault, as we don't have a way to configure applications (yet).The text was updated successfully, but these errors were encountered: