David Klötzer

Results 10 comments of David Klötzer

I see. Well I can't think of any maintainable way to do these complicated checks with callbacks (as you mentioned) - at the same time I can't envision how it...

I think the problem with the 0.0005s check is that it's already higher than the available precision. Or am I overlooking something? From my example: ``` current time: 1518528404355 modification...

It's a 2,6 GHz Intel Core i5 / MBP from 2014 with 10.13.3

Yes, I am on mac os x. I think it's something with the speed as well. My machine "is too" fast in a way, because the files are not old...

Yepp, but was on vacation the last two weeks. Will continue as fast as possible. But you wrote to "increase slightly, maybe to 1ms or more". But this won't help...

I created #13 but ci fails b/c node 0.10 is installed

Neither. `npm -v` returns 2.14.6 and nothing more than what I described. Test case quoted below (browserify and factor-bundle have to be available) ``` mkdir -p bundle # remove the...

This is regularly breaking the builds in our setup.

The example @tdd gave works for me on Mavericks/ST2.

@NomanMaqsood I just successfully connected to an ftp server over ssl: var FTPS = require('ftps'); var ftps = new FTPS({ host: 'xx', username: 'xx', password: 'xx', protocol: 'ftp', //