Thierry Henrio

Results 3 issues of Thierry Henrio

Hello ! Having a damaged file under /articles prevents site from displaying '/' ``` TypeError at / can't convert String into Hash ``` # Damaged? By damaged, I mean front...

When default pool uses HTTP/2, a GET to an non existing domain produces repeated warning. ``` iex(1)> {:ok, pid} = Finch.start_link(name: :test, pools: %{default: [protocols: [:http2]]}) {:ok, #PID} iex(2)> Finch.build(:get,...