Geoff Cox
Geoff Cox
This is a great question! Behind the scenes, I've been working on a back-end solution that you can plug into to authenticate and even generate your back-end API. It isn't...
Hmm... we've found the opposite: that you want the flexibility to set the DB name without having to create an instance that is bound to the DB name, like is...
Yes @mariosant, a curried function would work well here! Would you like to take a stab at creating a PR that adds this? Something like ``` const myDB = slouch.use('dbName');...
Sounds like a good enhancement and should be easy to do. I'll take a look next week after I get back from vacation :) On Thu, Aug 24, 2017, 16:24...
Modifying the `all` to use POST instead of GET was pretty easy, but I was not aware that the [POST API](http://docs.couchdb.org/en/2.1.0/api/database/bulk-api.html#post--db-_all_docs) is completely different than the GET API in that...
This isn't by design. I believe this is the format that CouchDB expects and I agree that it is ugly. I'll take a closer look when I get a chance....
I got a chance to look closer into this and this aspect appears to be something rooted in the CouchDB API. For example, you have to wrap the key in...
Yeah, this is a nice feature and I've wanted to add it. For now, if you are looking to implement this for just a list of strings then you can...
Thanks for reporting this @felix-last I dug into this and unfortunately found that there isn't a suitable replacement for react-text-mask. In particular, [imaskjs](https://github.com/uNmAnNeR/imaskjs) appears to be the emerging favorite, but...
On the surface this seems like a bug or a missing feature. Let me find some time to take a look...