cjnqt

Results 12 comments of cjnqt

This is very interesting. The format doesn't really matter (it could be an URL request, an terminal command, AppleScript, etc), although I would personally prefer an URL request. Have you...

Ping @eofster Any news about this?

Great idea! A customizable URL that receives all parameters like a webhook. Would be extremely useful!

> Yes, it is. Any news about this? It is a potential deal breaker for us using the software.

``` var schema = joi.object({ sender: joi.string().email().required() }) joi.validate({ sender: '[email protected]'}, schema) ``` This fails with the error `"child "sender" fails because ["sender" must be a valid email]"` in Internet...

async/await works with functions that returns a Promise. So to make this work, you gotta make ftps.mirror().exec() return a promise.

Same thing in Safari and Chrome on Mac. Does not seem related to https://github.com/mattdesl/budo/issues/213 because setting `debug: false` does not change anything

Same here - breaks on node >7. The fix looks good!

Ping @mscdex - could you please merge this?