Huaichao Wang

Results 1 issues of Huaichao Wang

the below code hangs: ``` const rrule = new RRule({ freq: Frequency.HOURLY, interval: 2, byhour: [1] }) console.log(rrule.all()) ``` **the root cause:** the 'DateTime.addHours()' function creates an infinite loop when...