We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that I found typo in lib/clickhouse_ecto/storage.ex.
lib/clickhouse_ecto/storage.ex
There is a call HTTPoison.start/0 on 70 line. HTTPoison is not listed in deps. Is that call necessary?
HTTPoison.start/0
HTTPoison
The text was updated successfully, but these errors were encountered:
I have no idea what is going on there
clickhouse_ecto/lib/clickhouse_ecto/storage.ex
Line 70 in bc963d3
Sorry, something went wrong.
@sirikid As far as I see HTTPoison was a dependency for https://github.com/clickhouse-elixir/clickhousex and it was replaced by https://github.com/elixir-mint/mint.
HTTPoison.start() should be removed. There's no reason to keep it.
HTTPoison.start()
Bump dependencies
3400e34
Bump clickhousex to 0.5.0, remove HTTPoison. Fix #25.
Successfully merging a pull request may close this issue.
It seems that I found typo in
lib/clickhouse_ecto/storage.ex
.There is a call
HTTPoison.start/0
on 70 line.HTTPoison
is not listed in deps. Is that call necessary?The text was updated successfully, but these errors were encountered: