Quentin Gabriele

Results 14 comments of Quentin Gabriele

Hi ! Is there any update on this @GMartigny ? It would be cool to be able to pass classes and styles to the component

You should never store your dates in another timezone than UTC, Carbon documentation links to this great article to explain why https://kylekatarnls.medium.com/always-use-utc-dates-and-times-8a8200ca3164. The best way to deal with dates is...

> > https://github.com/supplycart/money/blob/master/src/Money.php > > @simonbuehler This is a good example of how you can encapsulate `Money` in your own VO, and doing whatever you like with it! > >...

Hi, I solved this in a pr (merged) not long ago https://github.com/spatie/laravel-medialibrary/pull/3145 @elfeffe can you double check the package version

#81 Would allow you to define a video schema

For those looking for an alternative, I've made this one: https://github.com/ElegantEngineeringTech/laravel-translator It includes: - AI translation - AI proofread - Dead translation keys detection - missing translation keys detection -...

For those looking for an alternative, I've made this one: https://github.com/ElegantEngineeringTech/laravel-translator It includes: - AI translation - AI prooread - Dead translation keys detection - and more

For those looking for an alternative, I've made this one: https://github.com/ElegantEngineeringTech/laravel-translator It includes: - AI translation - AI proofread - Dead translation keys detection - missing translation keys detection -...

Hey @calebporzio and @joshhanley, I should have mentioned that this bug also affects nested Livewire components, causing the entire app to freeze. It's a real blocker for me as I'm...

> @QuentinGab Your `wire:key` might need some more uniqueness. In your example, Alpine actually tries to replace `item-0` with a new `item-0`. If I slightly modify your example with `item-{{...