Yanny

Results 5 comments of Yanny

@mjbvz From provided list Data schema doesn't work. Should be great if there is way to override this behavior or provide list of custom supported schema

Issue is caused by wrong parsing from milliseconds ``` _proto.parseFromMilliseconds = function parseFromMilliseconds() { var $ms = this.$ms; this.$d.years = roundNumber($ms / MILLISECONDS_A_YEAR); $ms %= MILLISECONDS_A_YEAR; this.$d.months = roundNumber($ms /...

Note: after removing alternation _label_ or _assignment_ from _actions_ rule recovery succeed and parser continues correctly