Nico
Nico
I've been maintaining [this fork](https://github.com/chiiya/laravel-mix-imagemin), which is also published on NPM.
Experiencing the same issue (`Segmentation fault`) in all of our pipelines. Any plans to merge the attempted fix? Edit: `Segmentation fault` only occurs for the 7.3 image. 7.4 works, but...
That would break all projects running older versions of PHPUnit (including still supported Laravel versions such as 7.x)
Did you update the guard as well? ```php 'auth' => [ 'guard' => env('FILAMENT_AUTH_GUARD', 'filament'), ``` Make sure that you're not overwriting `FILAMENT_AUTH_GUARD` with a different value.
Were you thinking of letting the users themselves control this? Because in that case I would prefer proper TOTP-based 2FA, somewhat similar to [this package](https://github.com/webbingbrasil/filament-2fa).
I would be fine with a solution offering both variants. In any case, it should definitely be configurable whether users can disable 2FA themselves or not, since at least for...
Hey, What exactly is your use case here, i.e. how are you getting to the point that you have multiple conflicting `Haven.create()` calls? The error message is there because usually...
Since this package seems to be abandoned and people might stumble across this issue like I did: [`optimistdigital/nova-multiselect-field`](https://github.com/optimistdigital/nova-multiselect-field) supports the same functionality (single select with ajax search) but fully supports...
Closing due to inactivity. Make sure you use `FilamentUser` in your policies and update your guard correctly.
Implemented in [1.8.1](https://github.com/chiiya/filament-access-control/releases/tag/1.8.1)