Rob Dawson

Results 17 comments of Rob Dawson

Yes, I think I saw that when I was looking over the moment.js code - it's close to what I would need, but doesn't quite cover everything. There is no...

I have added a `returnValueObject` parameter to the `preciseDiff` methods, setting this value to `true` will cause the methods to return a value object containing the numeric results of the...

@borisBelloc probably best you can do is to call `preciseDiff(moment(), true)` which will give you an object back with the numeric values for seconds, minutes, hours etc and then build...

I suspect this issue is similar to the one described in [this StackOverflow post](http://stackoverflow.com/questions/9670926/multiprocessing-on-windows-breaks), I don't have a fix at the moment but would be happy to accept a patch...

This change is probably more complicated than it first appears. I don't think a single 'canonical' set of characters could be defined that would make sense for everyone, it would...

Same problem here - NullPointerException when setting logLevel

I'm not able to reproduce this problem, if you can post some runnable code and include details of the node.js version you are using I can investigate further