Amir Khakpour

Results 2 issues of Amir Khakpour

I think there is a potential bug in rrule.between that can be reproduced with the following code. We have all day ical event like this: ``` BEGIN:VEVENT DTSTART;TZID=America/New_York:20211019T000000 DTEND;TZID=America/New_York:20211019T235959 RRULE:FREQ=WEEKLY;BYDAY=SU,MO,TU,WE,TH,FR,SA...

If you wait for a few minutes you can see the memory bloat. pybar3 version: 0.9.7 ``` from pybars import Compiler, strlist import json import time compiler = Compiler() from...