You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have occurrences_between, but this only covers start times in the range, not all occurrences whose duration intersects the window (those that already started before, and are presently counted by occurring_between?).
I vote for adding open_occurrences_between(t0, t1) to cover the question from #153.