Rémi Lanvin
Rémi Lanvin
Hello, I'm afraid at the moment you can't. `humanReadable` is a method of the `RRule` class only, `RSet` (a recurrence set, combining multiple RRULE, EXRULE, DATE and EXDATE) doesn't support...
Yes you are correct - EXDATE and RRULE and two different properties of the iCalendar format (RFC5545). EXDATE is not part of RRULE.
That sounds like a good idea. Will you submit a PR?
I had the same issue with the "Unified Theme Storage" folder structure. It tries to precompile the templates, because they are under the /assets folder, and of course it fails....
Hello, This also breaks compatibility with [php-rrule](https://github.com/rlanvin/php-rrule) so I had a look out of curiosity. I think one aspect of this issue is that the Carbon documentation implies that `CarbonInterval`...
Right ok. Looking at the [PHP code](https://github.com/php/php-src/blob/419b9a7ff6ed78ca2485705f24a1ac0c3c8e0d1b/ext/date/php_date.c#L4814), `days` is also settable with `unserialize`. This works as a proof of concept: ```php // quick and dirty replace the class name and...
Thanks but to be honest I don't know what to do with this MR. Usually I get MR from native speakers to add their own language, which gives me a...