Anthony Eden
Anthony Eden
Tracked in https://github.com/apigee-127/sway/issues/128 ?
@lucidstack If you can rebase and fix the conflicts, I can handle the merge.
@bblimke the issue manifests in an expectation failure: ``` expect(WebMock).to have_requested(:get, "http://example.test/") .with(query: hash_including(params)) The request GET http://example.test/ with query params hash_including({"city"=>"Miami", "command"=>"AddContact", "country"=>"US", "email"=>"[email protected]", "fax"=>"+1.4445556666", "first_name"=>"Anthony", "last_name"=>"Eden", "name"=>"Anthony Eden",...
> does it help if you set WebMock::Config.instance.query_values_notation = :flat_array? I tried setting this directly before the expectation call, but it does not appear to have an impact. The expectation...
> Does it match if you change the query params to "street"=>["1234 SW 1st Street", "Apt 3"]? If I remove the `WebMock::Config.instance.query_values_notation = :flat_array` option *and* I change the query...
@onlyhavecans if you the ability to reproduce this locally, then we can tackle fixing it together.
We continue to operate the erlang version of this DNS server (https://github.com/dnsimple/erldns) and have not had any momentum to switch to the elixir version, which is why the project stagnated....
We can definitely review PRs, but I don't think we have the bandwidth at the moment to contribute new code ourselves.
The README is indeed a bit lacking, mostly because this is something that we've used internally for testing erldns, but we haven't had much interest in others to run it,...
An example of documented use cases may be found in Stripe's developer documentation: https://stripe.com/docs#start-with-your-use-case