Luke Bouch
Luke Bouch
Same here. I always have to manually disable it when playing Minecraft because I map my side buttons to something in-game.
I guess this still has not been fixed?
@codemenco Looking at the code it does not appear to support multiple notifications at a time, but I could be wrong. As an alternative, you could use [laracasts/flash](https://github.com/laracasts/flash) which is...
@aboustayyef I have run into a similar issue in the past and I can't recall what I did to fix it. Are you able to let me see your repository...
@aboustayyef Try this: https://github.com/adrelliott/oblongloves/commit/aa70e63f2cb16b042b31b813988087f45a27e089 It worked for me. Don't forget to `npm install fast-glob`.
@aboustayyef awesome! I would give fast-glob another try.
@lebed2045 Same here. I was wondering why my MacBook Pro M1 was getting so hard and burning through batter faster than it should while just doing very basic web development...
I would like upvote this issue.
I'm having the same problem. ``` php artisan settings:migrate Symfony\Component\ErrorHandler\Error\FatalError Cannot declare class App\Models\User, because the name is already in use at app/Models/User.php:15 11▕ use Silber\Bouncer\BouncerFacade; 12▕ use Silber\Bouncer\Database\HasRolesAndAbilities; 13▕...
> Yes, removing the `user: 1000:1000` property resolved the issue. Why does that fix it?