Gonzalo R
Gonzalo R
Already fixed by https://github.com/phoenixframework/tailwind/commit/e2d8d3b4db1d2ac729b44c228088f7b5022e65a9.
Seeing ```elixir %HTTPoison.Error{reason: :enomem, id: nil} ``` when `GET`ting a ~75MB file from Google Storage bucket. elixir 1.18.4 erlang 28.0.1 hackney 1.24.1
For what is worth, there seems to be this other pull request (https://github.com/benoitc/hackney/pull/746) from a while ago also trying to fix some apparent buggy behavior coming from the same original...
A PR just created by Dependabot also suffered from this...  May not be an issue specific to `blend`, but `mix`?
I dug into this a bit and it seems to be reproducible just with `mix`... Reported https://github.com/elixir-lang/elixir/issues/14067.
@dependabot recreate
Relevant to the failures https://github.com/elixir-nx/nx/pull/1524
For the record, this other pull request seems to be similar https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/528.
Same happening for me. I think it may be related to https://github.com/elixir-wallaby/wallaby/pull/740. Adding: ```elixir config :wallaby, chromedriver: [binary: ""] ``` solves the issue for me.
Fixed format. Can't reproduce locally the `protocol_test.exs` failures happening here, though.