Micael Mota

Results 14 comments of Micael Mota

For those having the same issue on Mac OS Catalina and zsh, here is my simple solution: It is very likely that you already have the git autocomplete files. Check...

@sanscontext if you are keeping bash, the only thing you need to do is to add `autoload -Uz compinit && compinit` in your `~/.bashrc` file

For those that might still be looking for it, here is https://packagist.org/packages/congenialbr/module-user-management However I completely removed it from some of my projects and I'm using Yii2 native RBAC instead

Facing the same issue, I wrap the code with `act` but still... Warning: An update to ForwardRef(TabNavList) inside a test was not wrapped in act(...). When testing, code that causes...