[GitHub] AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on

2018-02-05 Thread GitBox
AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on URL: https://github.com/apache/couchdb/issues/1008#issuecomment-363097931 Is there any progress with this? I ran into the same issue today when I was using `fabric:query_view` for view

[GitHub] AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on

2018-02-05 Thread GitBox
AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on URL: https://github.com/apache/couchdb/issues/1008#issuecomment-363097931 Is there any progress with this? I ran into the same issue today when I was using `fabric:query_view` I had

[GitHub] AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on

2018-02-05 Thread GitBox
AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on URL: https://github.com/apache/couchdb/issues/1008#issuecomment-363097931 Is there any progress with this? I ran into the same issue today when I was using `fabric:query_view` for view

[GitHub] AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on

2018-02-05 Thread GitBox
AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on URL: https://github.com/apache/couchdb/issues/1008#issuecomment-363097931 Is there any progress with this? I ran into the same issue today when I was using `fabric:query_view` for view

[GitHub] AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on

2018-02-05 Thread GitBox
AlexanderKaraberov commented on issue #1008: Time-out issue when running native erlang views in 2.x on URL: https://github.com/apache/couchdb/issues/1008#issuecomment-363097931 Is there any progress with this? I ran into the same issue today when I was using `fabric:query_view` for view

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-05 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363143122 This introduces a problem with API consistency. Because the response schema changes depending on what is POSTed. This makes it quite hard

[GitHub] ericclack commented on issue #1103: Running CouchDB 2 on the Raspberry Pi

2018-02-05 Thread GitBox
ericclack commented on issue #1103: Running CouchDB 2 on the Raspberry Pi URL: https://github.com/apache/couchdb/issues/1103#issuecomment-363172286 A progress update: I've tried the Erlang version from the Debian Stretch repo and then installing CouchDB from source and all seems to work

[GitHub] abc3 opened a new pull request #1141: js translation to erlang _users/_design/auth (#666)

2018-02-05 Thread GitBox
abc3 opened a new pull request #1141: js translation to erlang _users/_design/auth (#666) URL: https://github.com/apache/couchdb/pull/1141 ## Overview Validation _users/_design/auth from Erlang. ## Testing recommendations ## Checklist - [x] Code

[GitHub] wohali commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-05 Thread GitBox
wohali commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363307312 @iilyak Go ahead and move it, we haven't released it yet. If you move it, you're responsible for fixing the docs :)

[GitHub] jiangphcn commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-05 Thread GitBox
jiangphcn commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363308685 @wohali thanks for response. I will take care of codes and docs.

[GitHub] evsukov89 commented on issue #831: Filter _changes by key to speed up replication

2018-02-05 Thread GitBox
evsukov89 commented on issue #831: Filter _changes by key to speed up replication URL: https://github.com/apache/couchdb/issues/831#issuecomment-363205174 @nickva is theoretically possible to speed-up selectors passed in replicator to use indexes? I have the same issue as @redgeoff posted

[GitHub] sbatururimi opened a new issue #71: Or-Clauses

2018-02-05 Thread GitBox
sbatururimi opened a new issue #71: Or-Clauses URL: https://github.com/apache/couchdb-nano/issues/71 I spent several hours trying to figure out how to use the OR condition and accidentally discovered it ## Possible Solution https://github.com/dscape/nano/issues/357 I