Yurii Synyshyn

Results 4 issues of Yurii Synyshyn

left - 9.3.0, right - this branch (keyboard used to move slider) ![ezgif-4-a044a5aff337](https://user-images.githubusercontent.com/8398353/83751610-c7aff680-a66f-11ea-94fc-e79eccecb139.gif)

schedule(s).next(1, d) fails if s = { schedules: [{ Y: [2012] }, { Y: [2017] }] } d = new Date('2013-03-21T00:00:05Z') with TypeError: a.getTime is not a function ![image](https://user-images.githubusercontent.com/8398353/127286771-8cd68298-6131-4f89-abdb-914429ff0262.png)

With Promise.asyncApply, the code will not be blocked by fetching collection data, see screenshots Currently: Every fetch call is blocked by the previous one. Promise.all does nothing: With the fix:...

Project:Mongo Driver