Tac Tacelosky
Tac Tacelosky
Hmm, interesting. I'm not familiar with how to use that, especially from the command line. I like the idea of having a utility that automates the screen captures into a...
Right, but the deprecation messages are showing up in the logs. Since PageCache does extend ResourceCache, it shouldn't be marked as final, right? [Application] May 10 15:20:10 |INFO | DEPREC...
How about adding the assets to the repo, but commenting them out in the yaml. In particular, an offline.svg in the bundle would safe the effort of looking one up...
While stimulus components would work, I think Twig Components would be even better (which would wrap the stimulus calls in twig).
It's easier (for me at least) to work with the new bundle structure when adding stimulus/twig components. I see you've added #80 to milestone 1.1, would you like me to...
I made some progress on this, by creating a pwa-extra-bundle. I use Bootstrap rather than Tailwind, so I created twig components (which wrap stimulus controllers) where the content is configurable...
background sync sounds very exciting, but I'm not sure how to use it. Here's the form rendering to add a task in phpwa-demo. Should the stimulus controller go on the...
> the request is in good hands and will be submitted again. So the idea is that it would return to a page that said "Thanks for submitting! You're offline...
This is great. Question: is it possible to bypass the form submit and go directly to the queue? In particular, I'm thinking about when you want to take photos quickly...
I started playing around with this, and wow, what a config file! In fact, I think I found a [Symfony bug ](https://github.com/symfony/symfony/issues/54154)while trying to understand it. It's probably not common,...