Tac Tacelosky
Tac Tacelosky
@curquiza Can you point to the file where this happens? Indeed, it's a good first issue, as it's almost certainly removing something. I looked for :::to_ascii_uppercase but didn't find it.
Only Donald Trump thinks that all caps is easier to read. I think the css in type10 should be changed. It appears that the only other place it's used is...
Sure, but it won't work until the jsdelivr problem is fixed. And chance you could prioritize that? It's a show stopper for me, since asset mapper and webpack encore are...
Indeed, those issues might fix the problem. Someday. The[ issue is with fullcalendar](https://github.com/fullcalendar/fullcalendar/issues/7474), not with CalendarBundle. Here's an example of it not working: https://jsfiddle.net/tacman1123/917t4mas/2/ This issue has to do with...
I added a PR in that should solve the problem, it's because of a javascript file that's actually inside a comment. https://github.com/symfony/symfony/pull/58944
Thanks! Very helpful. Any reason not to use php 8.3? I wanted to run it with sqlite (instead of doing the whole docker install), but I don't have sqlite installed...
One thing that would really help is to make the pagination setting specific to the user. That is, the admin might want 25, and the 'user' only 15 per page....
just FYI, this bundle, and the demo app, now work with PHP 8.4, as https://github.com/ergebnis/classy just released version 1.7 with php8.4 support.
Indeed, this would be welcomed, in fact that's the exact reason I'm looking at this bundle. On a related note, I only run asset-map:compile on deployment, on the production server....