Dylan Thacker-Smith
Dylan Thacker-Smith
> It looks like, the object should be `tablerow` [according to this](https://shopify.dev/docs/themes/liquid/reference/objects/tablerow) and not `tablerowloop`. Can I get a confirmation? Looks like that documentation is wrong, I was using the...
> I saw the `default` filter was suggested, but doesn't always come in handy, when using logic. It seems. like the difference between what you want and the default filter...
> You thinking of something like this, or what is the idea of replacing ?: with filter names? > `assign ternary = somelogic | truthy: 'something' | falsy: 'somethingelse'` I...
I already tried to explain why just an `if` filter name would be confusing (the same applies to `unless`) > In this case, the condition precedes the filter name, unlike...
Oh, I had kept thinking that we would want the condition evaluated first, so having it as the filter input would make sense. However, it isn't like a filter is...
@hellovoidworks it seems like you are talking about a completely different issue. The original issue was about adding string interpolation to `echo` as a convenience feature for making use of...
https://github.com/Shopify/liquid/pull/1122#issuecomment-517758787 provides some context on why the `render` tag was introduced > Some context about why we're introducing this for those outside Shopify: over the years we've found many problems...
From your response, I gather that you are facing this limitation within Shopify theme sections which has this restriction and that you don't feel like configurable theme settings satisfy your...
I don't mean storing JSON in a string type field, I mean there is native support for JSON metafield types. The primary reason for that json type is so the...
Good catch, that was definitely an unintentional behaviour change, where the intention of that commit was only to move the parsing of expression objects to happen during template parsing rather...