Sean Proctor
Sean Proctor
The unpack in parseHeader should use 'L' instead of 'l' for the format. Those values are unsigned. It doesn't work on my server without that change.
### Integration sentry ### Java Version 17 ### Version 7.8.0 ### Steps to Reproduce 1. build with proguard (ie Compose for Desktop gradle task proguardReleaseJars) 2. Crash app 3. Nothing...
`DateRange` isn't a great abstraction. You want to count the number of months that contain the range, not the number of months between dates. I added a change to my...
If minDate is 2000-05-20 and maxDate is 2023-01-04, the DateRangeIterator will never find a date in 2023, and setting up the year grid state will throw an exception. A simple...
Create per group calendar permissions. Remove per user calendar permissions.
integrate script from Christian Toepp. ``` BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 CALSCALE:GREGORIAN
Allow calendars to have additional fields for their events. Such as: number of people attending, location, or whatever else they want.