Rich Ellis

Results 10 comments of Rich Ellis
trafficstars

Thanks @nateprewitt I can update the docs, but would you be willing to accept a patch that protects people from the error if they are expecting to be using `json`,...

>breaks the deterministic behaviour of that function It's annoying that the `json()` method could end up using a different module to what is used elsewhere, but that seems better than...

@nateprewitt @sigmavirus24 any thoughts on this ^?

The approach we've taken in our other Cloudant client libraries is to accept an IAM API key and exchange it with the IAM service for a token and then pass...

When initializing the Cloudant client for the newly provisioned service the resource does: https://github.com/IBM-Cloud/terraform-provider-ibm/blob/819a586e652748b9682e060412d89845d89c5f45/ibm/service/cloudant/resource_ibm_cloudant.go#L384 to later obtain a bearer token https://github.com/IBM-Cloud/terraform-provider-ibm/blob/819a586e652748b9682e060412d89845d89c5f45/ibm/service/cloudant/resource_ibm_cloudant.go#L390 the `meta` used to get the `session` is passed...

I have also run into this issue. We aren't using `http-cookie-agent` directly or trying to use a different agent, rather the _original_ agent created by _this_ library is specfied in...

@ccgus is there an outlook on #594 merging and making it into a release to resolve this issue? Or an outlook or plan for some alternative fix?

I was under the impression that `allow_fallback` was going to apply to all `_find` requests not just those with `use_index`. I know @willholley disagreed with that overloading, but I thought...

Apologies for the delay in commenting here, I missed it initially in vacation season. >Appreciating the difficulties with augmenting existing endpoints, I think it's worth considering adding "selector" and "fields"...

I found this issue when searching for the same error message. In my case it was caused by [sprig](https://github.com/Masterminds/sprig) having a [slice function](https://masterminds.github.io/sprig/lists.html) that is for lists/arrays, but not strings....