Anne van de Venis
Anne van de Venis
Hi, After reinstalling my raspberry (powered by Xbian) I can't get Pimatic to work. It works after I remove the Pimatic-Homeduino plugin from the config.json. My complete config.json looks like...
## Bug report It looks like the `class_attributes_separation` and `single_line_after_imports` fixers conflict. See example below 🙂 - https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/rules/class_notation/class_attributes_separation.rst - https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/rules/import/single_line_after_imports.rst PHP CS Fixer version: ``` ❯ php php-cs-fixer -V PHP...
#### Summary If a container in a task fails to start (with `exit code 1`) ECS tries to reload the ECS task forever. According to ecs-cli, the deployment was successful....
Fixes: https://github.com/doctrine/persistence/issues/97 This PR add `class_exists` checks before calling the `class_alias` function. I decided to check to _all_ `class_alias` functions. This fixes the following warnings (in PHP8 RC5 with preloading...
According to the docs it is possible to insert multiple `additional_image_links` to the shopping feed. https://support.google.com/merchants/answer/6324370 It would be nice if this is possible using this library.
Running `convert` directly does not work. For example: ```php exec('convert --version'); ``` triggers this error: ``` sh: convert: command not found ``` This PR makes `convert` available in the Imagick...
Fixes https://github.com/brefphp/extra-php-extensions/issues/456. Proposed fix: Include the `ddappsec.so` module in the Datadog layer. Without this fix, I'm getting the following errors: ``` Warning: PHP Startup: Unable to load dynamic library 'ddappsec.so'...
I'm running into an issue when enabling the datadog extension. When I add this extension to my Lambda's layers, the Lambda function produces the following warning: ``` Warning: PHP Startup:...
Hi, I've noticed an issue when accessing multiple nested object properties. Hopefully this snippet explains the issue: ```
I would like to support something similar as discussed in this issue: https://github.com/getsentry/sentry-php/issues/889 - Old: `Object: App\Entity\SomeEntity` - New: `Object: App\Entity\SomeEntity(#123)` A solution for this would be this: ```php use...