I need some advice on a cljsjs package I have. What’s a good rule-of-thumb for knowing when to submit your cljsjs package in a PR?
Come to think of it, there can’t be any hard and fast rules about this. My package appears stable, and usable. I’ll just submit a PR then..
I have created a cljsjs package for pouchdb-authentication which I believe is working correctly but I am having trouble testing it. It is a plugin for the pouchdb package and adds methods to the PouchDB object but I am having trouble activating it, as just requiring it doesn't add the methods. Any ideas?