Pierre M
Pierre M
I noticed "image load + resize + save" would no longer work after upgrade to PHP 8. I tracked down the issue as `is_resource( $self->_image )` always returning false in...
Hello, In order to make generated code more homogenous, would it be possible to replace yii\grid\SerialColumn and yii\grid\ActionColumn with kartik\grid\SerialColumn and kartik\grid\ActionColumn. Kartik's versions offer numerous more customization options. Thank...
Hello, there are a few cases where you have a command and the state of the command is not reflected in dataref. For example, the sim/map/show_current command displays the map...