Ryan J. Yoder
Ryan J. Yoder
API should provide access to the _changes endpoint. http://docs.couchdb.org/en/2.0.0/api/database/changes.html Here's my first crack at it. Thoughts? https://github.com/ryanjyoder/couchdb/tree/add_changes_endpoint https://github.com/ryanjyoder/couchdb/blob/add_changes_endpoint/changes.go (most change here) Alternatively this logic could be added directly to Database?
It would be great if ViewResponse's (or the View?) could handle the logic of paginating over a view. The ViewResponse could return a chan of Row's that loops over the...
Currently the snap of fast is only built for amd64. This package could be built and released automatically with https://build.snapcraft.io/. This would have benefit of producing builds for s390x, ppc64el,...
Is there plan to package lxdui as a snap? From the repo history it looks like that was the intention. I registered the snap name (`lxdui`), but I will be...