Eduardo Gurgel
Eduardo Gurgel
Thanks, @pedep !
That's a great addition to the library. I think we got 2 options: - Add another key to the struct (`location` probably) and populate it if the client has a...
Yeah the former option seems good short-term but the latter seems better long-term as we won't stop people from using other hackney features. I would be happy to accept a...
Can you check the headers and see if there's a "location" to follow? I think there's still another redirect to follow as you got a 302 even after 5 redirects....
This will be done upstream by hackney: https://github.com/benoitc/hackney/issues/155 We can keep this issue open until it's available.
@axelson have you tried doing this approach you mentioned? Cause I'm worried that hackney will also try to url encode :/
Hey! 🤔 Interesting! That's definitely a first! Will check it out soon! Hope you are well, too! 👋
One way to achieve this today is creating a common test case using [ExUnit.CaseTemplate](https://hexdocs.pm/ex_unit/ExUnit.CaseTemplate.html) and calling `stub(TheModule)`. Then you just have to ensure that your tests are using this test...
Thanks, @jimsynz . As @jimsynz said there's not much we can do about that. The code must call the fully qualified name `Transactions.delete_something` or it won't be possible to be...
I would need to test it myself but I think the issue here is that the call to divide is local so you would need to change the calculate code...