fliespl
fliespl
### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the plugin and it is...
jms_serializer in v2 dropped usage of "serializer" alias. It means it might not be available if you don't use default symfony serializer. Also added exception to show so that user...
Hi Marcel, quick question - is slack driver stable enough to be used in production env? In our case we have noticed that every 2-3 days Slack Bot (Apps) is...
Possibly using some other data tag like data-bg?
One of deployer features is rsync:warmup which copies previous_release to current one to limit amount of data needed to be uploaded.
It would be great if you could add docker recipes (i.e. using composer global install) to your image. This way projects could be setup in CI without deployer files at...
Posisbly because it's rendered as object instead of array? Returned in config: `"ignoredMessages":{"0":"ResizeObserver loop limit exceeded","1":"Script error."}}` Filter: ``` add_filter('rollbar_js_config', function($config) { $config['ignoredMessages'] = [ 'ResizeObserver loop limit exceeded', 'Script...
Currently https://github.com/phaserjs/phaser/blob/master/src/device/CanvasFeatures.js revolves possible features based on data:image loading capability. Is there a way to implement it differently so that phaser would work with strict content security policy? This method...
``` In FileLoader.php line 182: Expected to find class "App\Command\ServeCommand" in file "/home/flies/workspace/tools/freddie/src/Command/ServeCommand.php" while importing services from resource "../src/", but it was not found! Check the namespace prefix used with...
Adding: ``` private HubInterface $hub; public function __construct(HubInterface $hub) { parent::__construct(); $this->hub = $hub; } ``` to any command causes symfony to hang prior finishing Command/Request. It happens due to...