liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Liquid markup language. Safe, customer facing template language for flexible web apps.

Results 289 liquid issues
Sort by recently updated
recently updated
newest added

The `video_tag` and `video_tag` filters are very convenient, but they automatically generate a preview poster ``, that we can not defer the loading of. This is especially frustrating when `autoplay`...

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.235.0 to 1.245.0. Release notes Sourced from ruby/setup-ruby's releases. v1.245.0 What's Changed Add jruby-9.4.13.0 by @​ruby-builder-bot in ruby/setup-ruby#772 Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.244.0...v1.245.0 v1.244.0 What's Changed Update/upgrade packages by...

dependencies
github_actions

👋🏻 I like building compositions from primitives, e.g. a simple text and image section can be quickly thrown together right now in Liquid like: ```liquid {% capture content %} {%...

Feature Request

This PR adds a `sort_numeric` filter. See also https://github.com/Shopify/liquid/pull/1028 and https://github.com/Shopify/liquid/issues/980. `sort_numeric` sorts an array by numerical values extracted from runs of digits within the string representation of each item....

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.2.2. Release notes Sourced from actions/checkout's releases. v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for...

dependencies
github_actions

Add the possibility to add union types for LiquidDocs. E.g. ``` @param {string|number} my_variable - This can be a string or a number. ``` **Use cases:** - When passing an...

Feature Request

This PR optimizes `Liquid::LiquidResource` limits by using a small `Struct` to represent to data. This is a small optimization, but can add up in hot paths.

`base64` is already removed starting from Ruby 3.4. We have to add this to gemspec. Otherwise, projects using Ruby 3.4 depending on `liquid` need to manually add `base64` to their...

By default, `product.variants` are [limited to 250 variants](https://shopify.dev/docs/api/liquid/objects/product#product-variants). When you use the `find` filter on this array, it only searches within those first 250 variants instead of all variants of...

Bug Report