Alexander Lang

Results 18 issues of Alexander Lang

Running a remote browser on a different host (e.g. Docker) and calling `attach_file` results in a file not found error. It would be useful to either somehow support file uploads...

* one process loads a document * another process loads the same document * the first process changes and saves the doc * the 2nd process makes a change that...

bug

instead of having to pass startkey/endkey, come up with something nicer. especially for cases like `startkey: ['something'], endkey: ['something', {}]`.

it would be nice to be able to cache queries, for example for the duration of a web request.

Right now when you query a db you get back eiher a single Ruby object, an array ob Objects, the raw CouchDB results hash or a number. IMHO this should...