Georges.L

Results 38 issues of Georges.L

Just for the sharing: If you want to write semi-transparent text, instead of passing hexa color to write(), you can pass an `imagecolorallocatealpha` ressource: Classic text: ```php $image->write( 'myfont.ttf', 'mytext',...

- PHPMD version: 2.12.0 - PHP Version: 8.0.2 - Installation type: composer - Operating System / Distribution & Version: Not relevant ### Current Behavior This (valid) code: ``` $myObject =...

PDepend

### Expected behaviour Always return true, as specified in Doc ### Actual behaviour Sometimes returns false ### I'm seeing this behaviour on - OS: Ubuntu 18.04.6 LTS - Redis: 6.0.6...

documentation problem

Hello, The Windows auto-update process is buggy or broken, it stays stuck on this indefinitely: ![image](https://user-images.githubusercontent.com/1332071/90291394-56f73880-de6f-11ea-8950-874b072fc29b.png)

All in the title: I think it feels good to have some positive feedback sometimes for the moral. At least as I maintainer too, I appreciate that, so enjoy it...

type - discussion
triaged

I get a phpstan analysis error when calling `\ArangoDBClient\AdminHandler::getServerVersion(true)`, expecting an array returned but the annotation `@return` has a missing type. Replace: ``` * @return string - a string holding...

Hello, I'm the Phpfastcache maintainer and I'm currently implementing support of Arangodb for the next major release (v9). But I noticed that using an endpoint with "localhost" is VERY slow...

Hello, The Cms plugin is locking `doctrine/dbal` and `doctrine/orm` on old version, why ? Doctrine fixed recently lot of bugs and I'm still stuck on Sylius 1.11 on ``` "doctrine/orm":...

Just a proposal change, take it if you find it pertinent 😃

**Describe the bug** PHPCS keeps wrongly indent my code when a goto or an additional set of brackets is added. https://github.com/PHPSocialNetwork/phpfastcache/commit/37f3ca4ed592858648517371994875adb9eae33c **Code sample** ```php The Phpfastcache Coding Standards tests/* bin/*...