...ExtendDbIdentifierNameGenerator I traced the above overriding to this code: namespace Oro\Bundle\EntityExtendBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection...
class MigrationConfigPass implements CompilerPassInterface { // ... const MIGRATIONS_NAME_GENERATOR_CLASS_PARAM = 'oro_migration.db_id_name_generator.class'; /** * {@inheritdoc} */ public function process(ContainerBuilder $container) { if ($container->hasParameter(self::MIGRATIONS_NAME_GENERATOR_CLASS_PARAM)) { $container...
posix Revision => $Id: e3a2bc739dee8e0d29094e30e1cfbe3e87e2ceb4 $ $ sudo systemctl restart php-fpm nginx Install ICU 64.2 Compile from source: cd /home/kiat wget http://download.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz tar -xvf icu4c-*.tgz cd icu/source/
...logger->getMessages()[1] ); } The above error is fixed by Override an Override Service with Compiler Pass Run Migration in CLI [kiat@reporting misoro]$ sudo -u nginx php bin/console oro:migration...
Best results in other decks
The attached compiler() function below applies JavaScript behavior to matching HTML elements as they enter the DOM. This works like an Unpoly compiler for apps that don't use Unpoly...
...Custom Elements or any other mechanism that pairs JavaScript with HTML elements. The compiler() function is also a lightweight replacement for our legacy $.unobtrusive() helper (no jQuery required).
Compiling Sass is probably the slowest part of your build, so this is worth a try if you're using Sass. If you're using the sass npm package...
...to compile your SASS/SCSS, consider switching to sass-embedded. It should be a drop-in replacement in a large app and it's around 50% faster than using the deprecated...