Adrien Foulon
Adrien Foulon
Ended up giving up on the idea of using strict mode, because it has a lot of conditions to throw (model exists and was not recently created) and a callback...
> In its current state I'm not sure if this is something we want to merge just to solve problems with another package. It introduces some extra performance penalties which...
I looked into caching all PropertyAttributes, so it should become O(n) instead of O(9n) as multiple contains are made throughout the code and we can just cache it in a...
I would also add `Use composer to install the prestashop core`. Core classes, admin directory etc, should also be packaged as one (or multiple) composer package and only the structure...
@quetzalsly The error is because eslint converts it into a vue slot, but the lib actually uses HTML components with native HTML slots, not vue, so everything should be in...
Very likely due to `$this->addToRouteRegistry($slug, $customRoutePrefix);` which is a side effect in the route registration My biggest problem is the fact that the twill users management is registered as the...
A fix seems to update the slide size if it's 0 when dragging ``` if (effectiveSlideSize.value === 0) { updateSlideSize(); } if (effectiveSlideSize.value === 0) { return } const draggedSlides...
I am currently blocking on the fact that block editors inside nested repeaters don't play well they seem to be saving as an array inside of `blocks[blockName][]` instead of `block[]`...
Example  I'm trying to see what's causing this because the backend cannot handle it If you have any idea before I spend 2 hours debugging, it's welcome (in vue...
~~It would be nice to have access to the vue devtools, but it seems that even in dev mode it's disabled~~ Nvm it's just the usual bug of my browser...