Jamu Kakar

Results 23 comments of Jamu Kakar

Fundamentally, when I ask Excon to stub a request I expect it to blow up if that request is never made. Stubbed requests that are never invoked are silently ignored...

I like the API Excon provides for stubbing calls. It's simple and intuitive. I think adding an `Excon.verify_stubs` call that can be invoked in `teardown` to ensure that all stubbed...

I see this behavior, too, with v1.14.0.

Hmmm, that is a weird one indeed. I wonder if something else is being URL encoded? I'm not sure where to go from here, but I'd probably start by adding...

Also, thank you for reporting this issue and taking the time to debug and learn more! ❤️

Nice work, thanks for debugging that.

@dstendardi This looks like a great start, thank you! It'd be lovely to see an Erlang version we can use to add support for both Erlang and Elixir, but either...

@dstendardi I have a few things going on right now, so I won't get a chance to look at what you've done for at least a couple of days, but...

That all sounds great! I vaguely remember some issues with error messages that led to the current design, but maybe they're resolved now (doing whatever the SDK does is right,...

Thanks @electic! Yes, it's on my todo list, I just haven't managed to find time to get there. SNS uses the `query` protocol which involves converting XML from the service...