Kevin Pfeifer

Results 191 comments of Kevin Pfeifer

The Debug Kit is only meant to be used when developing the website (aka in your local setup), not on your live website/server. And besides: Not enough diskspace is not...

It does log on error as you [can see here](https://github.com/cakephp/debug_kit/blob/5.x/src/Model/Table/RequestsTable.php#L137-L138) --- A rather simple solution would be to show the sqlite filesize in the toolbar. When clicking on it, a...

I think the recommended way to fetch table instances is via the LocatorAwareTrait, not directly from the TableRegistry, right? If so then we'd need to add the trait via rector...

Whats the state of this PR?

Seems like PHP_Codesniffer is not 8.4 ready yet https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/734

I can also confirm, that the commands printed above fix the problem. Guess a new patch release is planned to contain that fix?

Instead of bloating the constructor couldn't those properties just always be set by the CommandRunner? This would make method signature in the CommandRunner cleaner as well.

then how about we add the arguments and io object to the container? then they will be injected automatically if the constructor has that signature (and the command gets fetched...

Currently I just added this to my CSS ``` @media (prefers-color-scheme: dark) { .apexcharts-text.apexcharts-yaxis-label, .apexcharts-text.apexcharts-xaxis-label, .apexcharts-legend-series .apexcharts-legend-text { color: theme('colors.gray.300') !important; fill: theme('colors.gray.300'); } .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title, .apexcharts-tooltip-text { color: theme('colors.gray.700');...

Isn't this enough? https://book.cakephp.org/4/en/orm/saving-data.html#saving-complex-types