Alexis Côté

Results 5 issues of Alexis Côté

Your examples with works fine execpt when the values compared in the array are objects. For example. this will work fine: ``` // added (end of array) const left =...

## Overview Add support for pagination in Replicatory activity panel. ## Testing recommendations ## GitHub issue number ## Related Pull Requests Supersed #1075 ## Checklist - [ ] Code is...

## Expected Behavior Right now, when we edit a document, it brings us back to the document listing page. I sometime need to test some application change by modifying a...

With the recent release of 2.2.0, we can now query the information of multiple databases through this new endpoint: [_dbs_info](http://docs.couchdb.org/en/stable/api/server/common.html#dbs-info) We could replace the actual separated API call with this...

enhancement

## Expected Behavior Display the Couch error message? ## Current Behavior If an error occurs, an error message is returned but it doesn't give us details. ## Possible Solution When...