EPGDigital-MW
EPGDigital-MW
Can confirm clear-cache fixed this for me too ```php PHP Fatal error: Uncaught TypeError: Typed property Pyrech\ComposerChangelogs\ChangelogsPlugin_composer_tmp0::$config must be an instance of Pyrech\ComposerChangelogs\Model\Config or null, Pyrech\ComposerChangelogs\Config\Config used in phar:///usr/bin/composer/src/Composer/Plugin/PluginManager.php(221) :...
I'm trying to implement something similar at the moment, checking uuid's are used on models, so looking for HasUuids trait
I'm sure I tried toUse and it didn't work, but I've just tried again and it's working no idea why it didn't work first time ;) I think toUseTrait would...
After CKeditor is initialised, you need to add an event: ```javascript // add change event to set is dirty on the form editor.model.document.on('change:data', () => { // find closest form...
5 is really quite low, and as you can see this class isn't unreasonable. Adjust to 10 ? ```php $this->defaultSortBy = $this->getPossibleDefaultSortBy(); ``` I'd only call this if I need...
From my testing this appears to be working, I manually trigger the first page view in my app ``` ReactGA.initialize([{ trackingId: TRACKING_ID, gaOptions: { send_page_view: false, } }]); ```
Apologies, after more testing that wasn't working! This appears to be working: ``` ReactGA.initialize(TRACKING_ID, { gaOptions: { send_page_view: false, } }); ``` This results in: ```text { 0: "config", 1:...
> In my case turning off "Page changes based on browser history events" in the GA4 admin and setting the send_page_view stopped all the page_view events from being collected automatically....
Can confirm also seeing: ``` The following additional packages will be installed: debsuryorg-archive-keyring ubuntu-pro-client Suggested packages: apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser The following NEW packages will be installed: debsuryorg-archive-keyring ubuntu-pro-client...
These 2 on my list: Hit:5 http://ppa.launchpad.net/ondrej/apache2/ubuntu focal InRelease Hit:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease