Essentially doing this makes an infinite loop: `day_of_week(monday: [0])` Full reproduction test case: ```ruby schedule = IceCube::Schedule.new(Time.zone.now) schedule.add_recurrence_rule(IceCube::Rule.daily.day_of_week(monday: [0])) schedule.first ```