Germán Boquizo Sánchez

Results 10 comments of Germán Boquizo Sánchez

I have a quick solution for handle the abandoned package problem instead of making a fork. This solution is with composer 2 version. In composer.json to add: ``` "psr-4": {...

Look at this https://github.com/joedixon/laravel-translation/issues/183#issuecomment-1049295810

Maybe search a job?

Maybe [livewire toaster](https://github.com/masmerise/livewire-toaster) can be a good solution.

Well, a toast can be called on javascript with alpine.js directly from the component: ![image](https://github.com/RetroAchievements/RAWeb/assets/20032391/d44ea4bf-855a-4a7e-b746-550eb40009d5) It's similar to this: ```js // Immediately pop success. toast.success("Added to Want to Play Games!");...

I tested the behavior of PendingToast for [livewire toaster](https://github.com/masmerise/livewire-toaster). It's launched when a condition is fulfilled, but... it's not the same you want it. Probably a workaround similar can be...

I have a workaround until the issue is solved. Instead of using: ```php Plugin::get()->getSlug(); ``` If in your plugin you use: ```php Plugin::make()->getSlug(); ``` It works properly, but the problem...

A possible solution to this is to extends Lab404\AuthChecker\Models\Login into a custom Login model and put the device_id into fillables. But I think is not the "best" solution. ``` use...

@MarceauKa any plan to add this?