Julien Fontanet
Julien Fontanet
Hi, is there a way to set a timeout for a request in the client? Because, if the remote server does not answer I would like to be notified. :)...
Useful for: - dynamic methods - proxies - etc.
Unfortunately, because some tests were already failing, I cannot be sure that nothing was broken.
I don't understand why but the tests do not pass on my computer: ``` > npm test > [email protected] test node-xmlrpc > vows 'test/*.js' ······ ✗ Errored » callback not...
`getopts` assigns default values to string (`''`), number (`0`) and boolean (`false`) options. Issues: 1. Not compatible with JS default values: ```js const { foo = 'bar' } = getopts(argv,...
My use case: I want to acquire a lock on a directory and, if successful, run a new process which will do some work in this directory and release the...
See #103 Quick and untested implementation.
Two parallel calls, `cachedPrecision` is not defined in both, both will call `utimes` then `stat`, and `Object.defineProperty` will be called twice. This does not throw `TypeError: Cannot redefine property` because...
I could not get kneden working with babel-preset-stage-0 despite my efforts, does anyone know of the proper way to achieve that?