Mark Scherer

Results 927 comments of Mark Scherer

I would recommend opening a Bug ticket or pr for their repo

My track record of decades in open source should speak for itself :) Also, as outlined, this should be a community thing moving forward, not a single bus factor Project....

Fun fact: I am the creator and primary maintainer of https://github.com/FriendsOfCake/awesome-cakephp already - as I am a core member of CakePHP framework for a very long time.

> Also make sure the list passes the current guidelines and Awesome lint. I would usually agree with you. But switching to a maintained list on an existing item (basically...

Closing then for now since the original maintainer is back and we can collaborate.

I agree. And maybe in a future major bump we can fix it.

it displays "undefined" in every row..

Looks to me like this is a bit more powerful version of https://github.com/jolicode/automapper In general, I am a big fan of the idea of having a schema to map from...

```php $floatAmount1 = 0.1; $floatAmount2 = 0.2; $sumFloat = $floatAmount1 + $floatAmount2; echo "Sum using float: $sumFloat\n"; // Output: Sum using float: 0.30000000000000004 $stringAmount1 = '0.1'; $stringAmount2 = '0.2'; $sumString...

This is somewhat a code sniffer rule already for me. But in PHPStan it would be easier or more correct to check the existence within a scope