elburro1887
elburro1887
Im running fopub with my own custom docbook-xsl like this `fopub -t custom-docbook-xsl doc.xml` I want to specify my own path for the admon and callout graphics, which are set...
My test looks like this: ``` class ProductTest extends \Magento\TestFramework\TestCase\AbstractController { public static function loadFixture() { include __DIR__ . '/../_files/categories.php'; } /** * @magentoDbIsolation enabled * @magentoAppIsolation enabled * @magentoDataFixture...
Just wanted to let you know that the way of specifying excludes is now different, since your lib has switched to using `community.general.archive`. My backups were getting extremely large at...
When I use Command + L to add arrows, I cant loop through the arrows like in previous versions, since the line loses focus. This makes the plugin not work...
The newest commit for monolog 1.15.0 breaks my logging: ``` $config['app']['log.writer'] = new \Flynsarmy\SlimMonolog\Log\MonologWriter(array( 'handlers' => array( new \Monolog\Handler\StreamHandler( realpath(__DIR__ . '/logs') .'/'.$_ENV['SLIM_MODE'] . '_' .date('Y-m-d').'.log' ), ), )); ```...
When opening any Magento2 Admin page, a call to ` http://www.flurrybox.com/rest/V1/extension-feed ` in `vendor/flurrybox/module-core/Model/Extensions/Feed.php` via the function `getExtensionFeed()` is causing long load times on every admin page due to the...
This string should have an option to set a custom translation (via settings menu or translations file) https://github.com/flurrybox/enhanced-privacy/blob/1da1fdbe53aef38f1c2b92dbd7b0d55dcabf463b/view/frontend/layout/privacy_settings_index.xml#L22
When using Prime React with Styled + Tailwind options (Vite and Nextjs, for example), the padding on the button and the alignment of the icons/ other components is different than...
### What Happened When I run a test with a dataset, and it encounters an error, it will run the whole dataset again upon re-running the test with --retry. I...