Herbert Maschke

Results 75 comments of Herbert Maschke

Please check if another `sail npm run dev` solves the issue. If so, consider leaving a `sail npm run watch` running in the background during development.

Also check that @livewireStyles and @livewireScripts are in the appropriate positions, as described in: https://laravel-livewire.com/docs/2.x/quickstart

You can publish all views via `php artisan vendor:publish` and then customize all view files inside your `resources/` folder.

I agree that the original maintainer of this package is unfortunately not active anymore. This package still is great for many purposes and i will happily merge incoming bug fixes...

There is one use case, a feature i am planning to implement this week: to "pin" selected records. Image you have several thousand results and want to compare some specific...

This is not yet implemented, but thanks a lot for that idea. It should not be too complicated to implement, one would need to find a proper "User Experience" for...

Thanks a lot for showing the diligence to contribute to this software ! I am not sure about the "perfect" UX for that, maybe displaying a tiny digit 1, 2,...

Hey, @marksalmon - is this refactor ready to be merged ? I am quite fearful doing it blindly without asking you again because i dont _really_ understand what it does...

I like the idea with using Traits a lot, but shouldnt it be possible to use multiple tables on the same page by _default_ without using a Trait ?