Gonzalo R

Results 88 comments of 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... ![image](https://github.com/user-attachments/assets/97d1bf32-5c40-41af-92a4-373eaa472b87) 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.

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.