Tac Tacelosky
Tac Tacelosky
Yeah, heroku got rid of its free repos. :-( I see that the demo code isn't working either now, I'll upgrade the components and post installation instructions. Tac On Wed,...
If you open the javascript console at https://tacman.github.io/micro-calendar/fullcalendar/ you'll see the error.
skypack is nearly dead. You can't even search: https://www.skypack.dev/search?q=fullcalendar&p=1 It's last blog update was in 2021: https://www.skypack.dev/blog It's own status report has been at MAJOR OUTAGE since 2022: https://status.skypack.dev/ Finally,...
> Symfony 4: We can consider dropping this version, but I would need to check some numbers first. It's hard to imagine any benefit to supporting Symfony 4. If you're...
Sure, Symfony 5 will continue to be supported, I question if it's worth the effort to update the Symfony 5 version to SDK 5. If people are on old versions...
I'm on linux, and also am having trouble installing pcov with php 8.2 sudo apt install php-pcov installs pcov.so to /usr/lib/php/20210902 but not to /20220829, which is where it's looking...
You don't HAVE to use stimulus, but you get to! I love Stimulus. But no, twig components don't require it. Before integrating components into the bundle, I added one into...
Here's a site that uses some of my bundles to create grids (aka datatables) _without_ a build step. That is, no npm or yarn or webpack. It does use Stimulus,...
Actually, here's a better example, as all of the pages are focused on the components (and there's no stimulus!) https://bootstrap-demo.survos.com/ The repo is at https://github.com/tacman/bootstrap-demo Install and run it locally...
Can I submit a PR and then can you create a branch from that? I'm not very good with git and branches, kinda just fumble through it. I checked in...