Tac Tacelosky
Tac Tacelosky
I created a PR in the recipe: https://github.com/symfony/recipes-contrib/pull/1434 But I'm not the best person to be doing that, I can barely get codeception running with Symfony. The recipe is for...
Actually, the github actions for the recipes fail as well: https://github.com/symfony/recipes-contrib/actions/runs/3045897392/jobs/4908036664#step:4:195
Thanks, this is almost working for me now. I'm not sure how to reference the bundles when loading routes, though, as it fails with the new structure. ```yaml # /config/routes/my_bundle_base.yaml...
Can anyone point me to a bundle that uses the best practices and the new directory structure? I'm really having a hard time trying to figure out how to reference...
I'm going to close this until I have a better example.
For reasons that completely befuddle me, dispatching an event with a colon inside jQuery listener doesn't work. So my example above is accurate. I've changed my code to dispatch apitree_changed,...
I have this working on my branch with Symfony 6. Will you accept a PR?
Try now. It's a slow site, at least initially, because it's running on a free heroku dyno. It can take up to 30 seconds to "wake up" if it's been...
Well, that's kind of the point of this issue -- I don't know how to do that. I only see how to click links with phpScraper: https://github.com/spekulatius/PHPScraper/blob/master/src/phpscraper.php#L918 I was hoping...
I have a Symfony bundle that crawls a website: https://github.com/survos/SurvosCrawlerBundle The idea is that if it can create a set of links that are visible (based on different logins), those...