Dylan Ferris
Dylan Ferris
After updating to 3.9.0 and Qt6, the country of my server changed without any changes to the config, apparently it is using Qt6 Country IDs now. I fixed it by...
Here's a simplified example with part of the regex from the script that is causing an error: \JShrink\Minifier::minify('/^(")$/');
As far as I can tell, the problem is that JShrink processes scripts one byte at a time and therefore has problems with scripts containing multi-byte chars. http://php.net/manual/en/book.mbstring.php
If I understand, are you looking for an option `nextDayThreshold` to be a duration such as 60 seconds, and this would "round up" events which end near the end of...
I can see the same issue in this basic demo: https://codepen.io/acerix/pen/GRLQPmq?editors=001 It looks like the aria-label on that is also just repeating the full date instead of the weekday name:...
It's possible for a selection to be multiple elements (e.g. by selecting 2 weeks) which may be why using `target` doesn't work as expected, but I can see how it...
Thanks for the demo, but I'm not sure of the issue exactly. Your demo event starts at 6:00 UTC, and it shows up for me at 1:00 in winter and...
Thanks for the details. I can see the event is displayed on the previous day by setting an earlier time which causes it to before midnight in my timezone (EDT):...
Thanks for the demos, I can see the lower performance in the newer versions. It seems the issue is with using React state to update the calendar data, using the...
I can see the error when mousing over the over so it does seem like a bug. The bug seems to be caused by setting `class="fc-event"` in the `eventContent`, using...