Damien MATHIEU

Results 73 comments of Damien MATHIEU

@tobias-kuendig I'm continuing to integrate GA4, but I'm encountering a few difficulties. When I listen to the `mall.wishlist.productAdded` event, according to the documentation : > This component emits a `mall.wishlist.productAdded`...

@amsul I don't understand why a bugfix relesase was not released to fix this problem. Is the project still alive or abandoned?

I sometimes encounter similar problems when the plugins `RainLab.DebugBar` or `Offline.Clockwork` are active.

> My simple webpack app also created chunks with chart.js files even though the app doesn't use them. @juujisai Have you found a solution to this issue? It's starting to...

> Hi! What bunder are you using? Vite seems to handle charts pretty well and do not include their unused file to the build. I think I've seen this issue...

@LukeTowers Is this PR responsible for the class loading issues in Windows?

@LukeTowers After investigating ... the [resolvePath](https://github.com/wintercms/storm/blob/16b898b334aba8bec9581f515a75831d5c9bc3fc/src/Support/ClassLoader.php#L159) of the ClassLoader seems to be the faulty. When running the Winter.Test plugin migration, I've got this issue. ```bash In seed_tables.php line 31: Class...

> @damsfx see #280 for more details. Ideally, a cart will only be created once the user adds a product. Has this already been added to the plugin? I can't...

> @damsfx any idea? 100 orders per minute? Normal users orders or generated ones? The `CartProduct->moveToOrder()` method make use of transaction inside the `Oder->fromCart()` method witch use them too. I...

@LukeTowers Is somebody working on this? This drive me crazy ...