Tac Tacelosky

Results 545 comments of Tac Tacelosky

I've re-written this to include a few things, an example is here: https://github.com/survos-sites/packages/blob/main/doc/BundleWorkflow.md The guard is in italics. Thoughts? On Sat, Nov 29, 2025 at 12:59 PM Wouter Bohlken ***@***.***>...

Thanks for the feedback. I saw documentation on integrating an SVG like a lock icons, but gave up before I figured it out. What doesn't italics mean? The "then" is...

I also add a filename and instructions for running it. I don't understand the second part of the page, where the command can be registered. Is that for bin/console? Or...

that sounds awesome. I still think a decorator event would be good to have, for app-specific customization. That is, given the string I could look through the dbal data and...

Great. I've been wondering how to do conditional imports. Thanks. ```js const module = await import('@symfony/ux-live-component'); ```

Thanks! I feel like I'm doing something wrong with live-components, as it seems to disable my links when using picocss or bootstrap, and now it's included with the --webapp in...

https://github.com/doctrine/dbal/issues/5784 getEventManager is deprecated in doctrine/dbal. I downgraded to doctrine/dbal:^3 and that stops the error. I don't know Doctrine well enough to understand how to fix it. Speaking of which,...

Hmm, maybe the solution is to inject the event manager, but you can't simply inject it in the constructor. I'm guessing there's some way to inject it via ContainerAwareEventManager or...

So I see that you have a 3.x version which support Symfony 7. I've submitted a PR on that branch to fix anther dependency that is blocking installation.