Skip to content

issues Search Results · repo:elixir-tesla/tesla language:Elixir

Filter by

291 results
 (87 ms)

291 results

inelixir-tesla/tesla (press backspace or delete to remove)

Context Following the discussion in this PR https://github.com/elixir-tesla/tesla/pull/744, we identified a potential improvement: adding a new option raise_error: false to avoid dependency inversion ...
  • carrascoacd
  • Opened 
    21 days ago
  • #756

The following arguments were given to Tesla.Adapter.Hackney.handle/2: # 1 {:connect_error, {:error, :econnrefused}} # 2 [recv_timeout: 150000] Attempted function ...
  • halostatue
  • 1
  • Opened 
    28 days ago
  • #753

Hello, Recently, a CVE (Common Vulnerability and Exposure) was created for one of your dependencies, hackney. Hackney is aware of this ( https://github.com/benoitc/hackney/issues/751 ) and will create ...
  • Trevoke
  • 3
  • Opened 
    on Feb 18
  • #751

Currently Tesla.Middleware.JSON defaults to Jason as its JSON decoder and encoder, but since Elixir 1.18 now there is a built-in alternative that could be used as the default engine when running in Elixit ...
  • Wigny
  • 2
  • Opened 
    on Jan 2
  • #743

I m encountering the above error inside Tesla code after doing some updates - in particular, updating to Elixir 1.17 / OTP 27. I believe it s related to a change in OTP 26: https://github.com/erlang/otp/issues/7321. ...
  • mweidner037
  • 3
  • Opened 
    on Dec 18, 2024
  • #737

It would be useful to be able to configure the Retry middleware to respect the the Retry-After header when it is returned by the server to minimize resources spent on throttled requests on the client and ...
  • matt-brale-xyz
  • 3
  • Opened 
    on Nov 20, 2024
  • #731

Hi! May I ask you if it s possible to introduce a Tesla.Test.assert_receive_tesla_call() along the line of Test.Test.assert_received_tesla_call(). I have some asynchronous code I m test an it would be ...
  • visciang
  • 3
  • Opened 
    on Oct 25, 2024
  • #724

Version: 1.12.1 App configuration: config :tesla, :adapter, {Tesla.Adapter.Finch, name: XXX.Finch} Adapter module: defmodule XXX.Finch do use Tesla adapter Tesla.Adapter.Finch, name: __MODULE__, ...
  • visciang
  • 1
  • Opened 
    on Oct 5, 2024
  • #714

The Timeout middleware breaks the ability to read the stream and an error is thrown due to no case clause matching ** (CaseClauseError) no case clause matching: {:error, :recv_chunk_timeout} (tesla ...
  • feld
  • 1
  • Opened 
    on Aug 28, 2024
  • #709
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub