Michaël Gallego

Results 110 comments of Michaël Gallego

This issue is actually now exhibited with LiquidDoc. If you define a {% doc %} block, the linter will detect recommendations as an unknown object, despite being a global object:

@mgmanzella any plan to solve this? Would love to give it a try but I'm not familiar at all with the code base of the validation.

@dieulot , I've came across this issue once more today. Any idea if you could merge this or not? :)

Thanks for working on that :). However it does not seem to work if the popover is nested in a div inside the details.

Hi, Do we have any information on what is the expected behavior, after all? The way Safari does it quite counter-intuitive, it would be very useful to at least have...

@ludoboludo , the proper fix is to make the width optional for image_url and make sure it generates the highest possible value: ``` {{ section.settings.image_2 | image_url | image_tag: xxx...

Hi ! Slot is a long needed feature in Liquid. I've actually raised the idea back in 2022 (#1530) and actually for even longer in a old private GitHub repo...

Hello @devongovett , We recently had a new developer on Windows (we're all on Mac so never faced this issue), and they are facing the exact same problem. She is...

I am trying to migrate from version 10 to 11 and I am having a similar issue. In the version 10, Motion did support passing a null value, which was...

The syntax you are using is not valid. Both reject and where only supports two parameters (the field to filter and the value) while you are using an extra one....