liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
I would like to use `strict_variables: true`, but it returns an error for an unassigned variable even if that variable has a default. Is there any way to throw an...
## Issue Liquid allows render to be called with either a Hash, Context, or Drop. It appears that in the latter case, increment and decrement filters fail with `Liquid error:...
Just want to open this issue if someone stumbles across the same error. Im not sure if StrainerFactory was an internal class. We only uesed it in one test. There...
I can't figure out how to resolve this syntax error and it's only occurring when using hash. Code: {% assign add_auth = hash "Authorization", authorization_header %} Error: Liquid syntax error...
There is an issue on using the 'where' filter on product.variants with prices that doesn't work to correctly pull out valid prices from the variant array. This occurs when using...
Bump ruby version in `.ruby-version`
### Request for improvements: Color Filters in Liquid --- ### Background Liquid, as the templating language for Shopify, provides a range of filters for working with colors (e.g., `color_to_hex`, `color_to_hsl`,...
### Background Optimising Time to First Byte (TTFB) plays a role in improving website performance and user experience on Shopify stores. Complex Liquid code, particularly in sections and snippets involving...
**Author**: Shopify **Expected end date**: December 5, 2024 ### Background Handling arrays in Liquid is challenging. Developers often need to convert arrays into strings, perform operations, and then split them...
``` Each dictionary in the list "icons" should contain a non-empty UTF8 string field "sizes". Each dictionary in the list "icons" should contain a non-empty UTF8 string field "type". ```...