Jean Ponchon

Results 3 comments of Jean Ponchon

@nfleury Hardly a good solution but you can do `npm install --save git+https://github.com/melanke/Watch.JS.git` @mappum : Bump ! - @melanke suggested to delete the package. - Please read https://docs.npmjs.com/misc/disputes - Or,...

Hi @neumino, There is still some un-returned promise (such [as here](https://github.com/neumino/rethinkdbdash/blob/86aaf3476a4df874286d622f56728b48c4f38049/lib/cursor.js#L300)) - Which throw many warning when toStream is used.

Sure, The line below is used to `exports` a value in a CommonJS or an AMD environnement: ``` javascript if(typeof module !== 'undefined') module.exports = key; ``` But the variable...