Sandro Pasquali
Sandro Pasquali
Different but maybe related: is there a way to exclude commands from the built-in 'help' list? In my case I have thousands of commands whose usage would be well known...
Just for now I'd like to be able to manually re-initialize. Assume that I insert an image on the page. I want to call scroller.#someMethod to execute the same process...
@colinskow I'm willing to fund development to some extent. Lets talk. [email protected]
This now breaks in Node 8. Superlogin throws now -- no longer just deprecated. It is a straight failure now. ``` TypeError: The "digest" argument is required and must not...
ps. couch-pwd is a tiny little package with no non-native deps (https://github.com/zemirco/couch-pwd/blob/master/index.js) so it maybe can just be copied into a core superlogin module, rather than waiting for it to...
I'd be happy to do this (and some other things) if I could be a contributor.
Yes, it would be nice to return `new Error('something')`, for the reasons given here by the author of the `bluebird` `Promises` implementation `SuperLogin` uses: https://github.com/petkaantonov/bluebird/blob/master/docs/docs/warning-explanations.md#warning-a-promise-was-rejected-with-a-non-error In my case these things...
There's more to it than that. Regardless, think about catching errors in a Promise chain. They are often caught by type. When errors are predictably proper Error objects, with a...
Ok, that's heartening. I'll take a look into this and suggest a pull if I can extract pouchdb safely. Thanks!