Closed micke closed 5 years ago
I just updated ale and haven't had the issue yet, looking at open issues over there. I think the issue might have been the mix linter, which is now disabled by default.
https://github.com/w0rp/ale/issues/2084
Very nice investigative work!
OMG! Also just updated Ale and haven't seen the problem yet. Thank y'all so much!!!
it seems an error due to tooling. Can anyone confirm so i can close this issue? I didn't reproduced it myself.
@benoitc It seems so, I have not encountered the error since upgrading ALE to version, where mix formatter/linter is disabled.
@dalhorinek ok
Closing the issue then as it doesn't seem related to the build of hackney. It can be reopened if needed. Thanks all for the feedback.
@benoitc Thank you for your work and I'm sorry for having you spend time on debugging 👍 Really had no idea ale would be the culprit behind it all 😂
Getting this error when trying to use nostrum. I'm pretty new to elixir and the beam so not 100% sure if this is the right place to file this issue. From what i can gather it's the same issue as in #524. I've tried to override the certifi version in my mix.exs by using:
{:certifi, "~> 2.4 and >= 2.4.2", override: true}
.I currently fix it by running
mix deps.compile certifi
. But it feels like a really dirty solution.Elixir v1.7.3 Erlang 21