Masserra

Results 8 comments of Masserra

Yes, voltronik is right! Comparing with the browsers built in CSS3 implementation you can continue to see certain kinds of bugs and malfunctioning, but yet it ended up much better...

I was going to fill an issue with this problem too! This precise issue made me rule out the possibility of using this and other plugins with native behaviour. If...

Same here! Omg I'm going crazy with this issue. Size isn't working either as a filter or using [dot]notation. It acts as if it doesn't have any item. Can't use...

> @masserra use .value so artists.size.value I had tried `{{ artists.value | size }}` before, but it didn't work either. Don't understand the why of using `size.value`, although I just...

> This worked for me: > > {%- assign product_list = product.metafields.custom.mylist | split: ',' | uniq -%} {{ product_list.size }} > upon till today this is still an issue,...

### Solution: **OK!!** Finally found the cleanest hack to make the array behave like an actual array, a double `reverse` filter: `{% assign metaobjects = metafields.namespace.key.value | reverse | reverse...

### Note to the Shopify Liquid Team: It's almost been 1 year since this issue has been opened, everywhere I look I see people struggling not only with the use...

@MaxDesignFR 🙌 🙌 Thank you for that liquid doc, it completely escaped me. Although, what I also mean by "unintuitive" is that JSON stringifying the object doesn't expose the correct...