Jonathan Hall

Results 182 comments of Jonathan Hall

> LiberaChat #couchdb people suggest to run using basic http auth to see if the problem disappears - I will try this (not sure how to make kivik do that,...

> We have been getting unexpected Unauthorized responses when inserting documents at a really slow pace. The interval of those insertions seem to closely match the cookie timeout on couchdb....

I just pushed a change to [v3.2.10](https://github.com/go-kivik/couchdb/releases/tag/v3.2.10) to re-auth if kivik knows the cookie will expire within the next 60 seconds. This should eliminate any problems caused by clocks being...

Very curious. I'll spend some additional time investigating with your repro case when I have a moment.

I'm able to reproduce this locally. That behavior of the cookie jar is strange. I'll ponder a proper solution. I hope it won't mean reimplementing the cookie jar myself, but...

I think I have a fix with https://github.com/go-kivik/couchdb/pull/285

Do you have some sort of proxy in your network? `403 Target Service not allowed` is not an error generated either by Kivik,or by CouchDB.

It's been nearly 6 months, without any follow-up. Please re-open if this is still an issue, and you can provide additional information.

I'm not exactly sure what distinction you're making, @rusco. Probably I spoke unclearly. In straight jQuery, `toArray()` returns an array of jQuery objects. I'm suggesting we honor that behavior here,...

OIC. Yes, you're right: https://jsfiddle.net/hgnxmqk8/ In that case, I suggest rather returning `[]*js.Object` for `ToArray()`.