nano icon indicating copy to clipboard operation
nano copied to clipboard

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano

Results 47 nano issues
Sort by recently updated
recently updated
newest added

This issue rose when working against Cloudant. [Their pricing](https://cloudant.com/product/pricing/) is 5 times cheaper for GET requests than POST requests. I had a lot of requests for small sets of keys,...

On a db.get with an invalid doc Id, the error returned is not properly formatted. ``` couch.db.get(id, { revs_info: true }, function(err, body) { if (err) { debug(err); ...... .........

I wanted to get `[{id: 'apples', name: 'Apples'}, {id: 'pears', name: 'Pears'}]` as output, but I get `[]` as output. I added the documents to the database with Futon like...

There are two headers, `uri` and `statusCode` which are not valid http that are being returned from the httpAgent code see [lib/nano.js line 195](https://github.com/dscape/nano/blob/master/lib/nano.js#L195). This could lead to some sensitive...

Hi I've been using nano and cradle and both libraries seem to have this problem, possibly this change should be fixed in couchdb. https://github.com/flatiron/cradle/pull/306 Have you encountered this issue before?...

This is pretty basic but I couldn't find how to do it. After doing the authentication as shown here https://github.com/dscape/nano#using-cookie-authentication is there a way of logout that user invalidating the...

It seems the dependency used for following changes in CouchDB could be outdated. Running `npm install nano` on a current version of Node will log `npm WARN engine [email protected]: wanted:...

Currently the documentation for db.view is as follows: "db.view(designname, viewname, [params], [callback]) calls a view of the specified design with optional query string additions params. if you're looking to filter...

Apologies if this is a newbie mistake. Trying to get back some documents without having to use a view. I have different documents it the db. I want to extract...

I am new to Cloudant and couchdb so forgive my ignorance, but I'm finding it difficult to understand what you mean by 'docname'. I tried googling what it implied in...