ADmad
ADmad
> For that we can "just" edit the rst files into a separate branch for submit the changes to apply ? Yes
I am using the latest `2024.06.30.0` release and I see errors like this for every argument typed as `array` ``` phpactor: Method "fooMethod" is missing @param $bar ``` I expect...
@dantleech The error message needs be improved here as it gives no indication that it's expecting more detailed typing for the array. I am aware of the array type declaration...
> FriendsOfCake/bootstrap-ui does not come with Bootstrap itself, so we need to install the whole thing separately. That's intentional. It gives the freedom to users to manage the bootstrap assets...
> When you're using the authorization plugin, all of your controller actions will require a call to authorize() I updated my bake templates to do just that recently :) >...
I don't think generating the `/tests/bootstrap.php` and `/tests/schema.sql` files makes sense either for in-app plugins.
@umer936 https://book.cakephp.org/5/en/orm/database-basics.html#enum-type
> It uses Firebase\JWT\JWK which assumes that if no algorithm is passed that no algorithm will be used for decoding. I don't think that's accurate. The 2nd argument of `JWK::parseKeySet()`...
Pretty sure MySQL/MariaDB is the most widely used database, so providing default config for it makes things a tad bit easier for users. The issue is due to the fact...
There's no mention of the `RateLimiterInterface::reset()` in the docs. Also this method isn't used by either the `RateLimitMidddleware` not the strategy classes themselves. So how/when should one use it?