pricejn2
pricejn2
Can we silence all csf email alerts `*_ALERT` by default (or via option)? This is something I regularly disable and am curious whether people want all these alerts or if...
Now that SPDY is all but defunct (https://caniuse.com/#feat=spdy), can we repurpose that feature flag for http_v2_module and http_v3_module? Thanks!
https://github.com/omega8cc/boa/blob/ee91623337434a4757259e281a0dc36cc467006b/aegir/conf/global.inc#L826 This was removed from D8 advagg some time ago -- see https://git.drupalcode.org/project/advagg/commit/d452a22729ba8440ffa4acce25312a34ce19f49e
https://github.com/omega8cc/boa/blob/ee91623337434a4757259e281a0dc36cc467006b/aegir/conf/global.inc#L824 This should be updated to the following per current advagg module standards for D8. ``` $config['advagg_old_ie_compatibility.settings']['active'] = true; ```
In latest 8.x-3.x and 8.x-4.x advagg, advagg_bundler.module no longer exists. The global.inc file should be updated so that it actually takes effect -- https://github.com/omega8cc/boa/blob/master/aegir/conf/global.inc#L820 See https://git.drupalcode.org/project/advagg/tree/8.x-4.x/advagg_bundler for 8.x-4.x alternative files...
Debian 9 BOA 4.0.2-dev By accident, I installed a new D8 platform at a publish_path of `platform-name` instead of `platform-name/docroot` and it verified successfully (in contradiction to https://github.com/omega8cc/boa/blob/master/docs/COMPOSER.txt#L33). Tested a...
Another advagg feature request -- this was added a few years back https://www.drupal.org/project/advagg/issues/2773807
Is there any reason we don't enforce the advagg settings for dns-prefetch and preconnect?
This is a feature request to enhance the npm and node component of the CSS feature added with BOA 3.1.2. Some incompatibilities between npm packages and certain versions of node,...
There has been some activity in the CGP repo the last year or two -- v1 release and most recently a PHP 7.3 bug fix. Looks like we're still running...