Jean-Christophe Meillaud
Jean-Christophe Meillaud
Currently using the https://github.com/phiamo/symfony-bootstrap, and out of the box, assetic works perfectly but when we update the dependencies, the generated less file throw a 500 exception. The main differences seems...
Seems your firebase dynamic link is not whitelisting This is the first link of the main doc, wants to go to https://g.co/recaptcha/v3 It also seems that firebase will be shutdown...
I can't figure out how to ignore dynamic translation, in some doctrine fixtures. **edited after @kyle-ilantzis comment** ``` php ... $trans=$this->container->get('translator'); $translated=$user->getDiscipline(); $studyPlan->setName(sprintf('%s %s', $trans->trans(/** @Ignore */$translated), $i+1)); ``` ```...
Hi, I'm trying to avoid the extraction of some translation from twig template, but can't find a way to ignore the extraction, did I miss something ? Also the extractor...
This package is not compatible with PHP 8.x ``` - Root composer.json requires ob/highcharts-bundle ^1.7 -> satisfiable by ob/highcharts-bundle[1.7]. - ob/highcharts-bundle 1.7 requires php ^7.2 -> your php version (8.1.2)...