kenjis
kenjis
> Or we can create additional options as aliases for each option? There is no commands that having a short and long options for one action. So, use short options...
What if you specify all options `spark optimize -c -l -r`?
Please fix coding style, and add test code to prove this works fine.
`spark optimize -d` does not reinstall dev packages.
Upgrading from clean v4.4.6 to v4.5.3. ```console $ vendor/bin/patch -c 4.4.6 -v 4.5.3 git version 2.45.2 Composer version 2.7.7 2024-06-10 22:11:12 PHP version 8.2.20 (/usr/local/Cellar/[email protected]/8.2.20/bin/php) Run the "diagnose" command to...
Can you show sample code to reproduce?
It seems if [hasPermission($permission)](https://codeigniter4.github.io/shield/authorization/#haspermission) returns true, [can($permission)](https://codeigniter4.github.io/shield/authorization/#can) also returns true. And if `hasPermission($permission)` works, the filter defined in the module is working.
@bedrijfsportaal Do you still have this issue?
> Should https://github.com/codeigniter4/CodeIgniter4/blob/develop/.github/workflows/deploy-distributables.yml#L162 be also updated to the pinned Python version? I guess yes. Probably, yes.
I don't get the description "When there are translations in the target folder Language/ru, their keys are saved only if they exist in the Language/en folder:". Is that correct? If...