Pulkit Singhal
Pulkit Singhal
Anything that i run through the following code has this effect: ``` getClient(args).bulk(commands, {}) .on('...) .exec(); ``` https://gist.github.com/pulkitsinghal/7122079
Just saw: https://github.com/iriscouch/audit_couchdb/tree/ How about a redirect to that one so others not as fortunate as me can end up there too :)
I did not implement it and probably neither did the person from whom I forked this project to work on. I do not have the bandwidth to do this but...
There is no support for `distinct` yet. Its not on the roadmap but that's not intentional. It could be on the roadmap but not sure who would work on it.
I will try out the examples myself and get back to you here.
@Overdrivr - i found this https://forums.docker.com/t/standard-init-linux-go-175-exec-user-process-caused-no-such-file/20025/2 > I had to run dos2unix on the entrypoint script. Wish the error message was more descriptive. Try it and let us know if...
Nice catch! Can you submit a PR with a failing test for this? Probably don't even have to write a new one, just an assertion in a existing one might...
Hello @santoshbaggam, noone is working on this yet. Would you like to try coding it?
thanks! if you send a PR, we will merge it
Thanks for the heads up. Other than fixing it so we are not running into an exception, in terms of `expected behavior`: 1. do you as a user expect to...