Alexis Côté
Alexis Côté
@mattphillips Can you take a look a this?
@anko 1. I'm using the "preserve-array" functions that is available in "src/preserve-array.js". I'm not sure if it's officially suppported but that's what the function that I need to diff my...
If anyone has time, here's the solution to fix the problem: Order ascending: - startkey="_design" - endkey="_design0" Order descending: - startkey="_design0" - endkey="_design"
@garrensmith @Antonio-Maranhao Do I have to make some magic for partitioned database?
> Besides my suggestion, just wanted to point out that column sorting and filtering only affect the docs in the current page, which I'm sure it'll mislead users. > >...
Travis is green but tests are still flaky. I will merge and tag. Test improvements are being worked on.
1.2.4 released on github and npm
@garrensmith My PR partially fixed this issue. I think we should keep this issue open because it has some good improvement suggestions.
I would be +1 on this. We already have eslint for code formatting but a `.editorconfig` would also helps being consistent in the different files.
- charset = utf-8 - trim_trailing_whitespace = true - insert_final_new_line = true - end_of_line = lf As for the max_line_length, we suggest line no longer than 120 but its required...