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

`Liquid::Context#new_isolated_subcontext` should also set the render options `strict_variables` and `strict_filters` for the subcontext. Maybe im missing something but I cant figure out how to raise `undefined variable` or `undefined filter`...

Sorry to post this here, but I would like to file a bug in the admin area of Shopify - the issue is ignored in the community support forum and...

I discovered the ResourceLimits feature while reading through the codebase. Is there any documentation on this and how to use it effectively? We would like to mitigate against potential denial...

Couldn't simply find something in the dev docs. Is this an intentional and supported feature? It is currently possible to use the `assign` tag with a `default` filter to define...

Feature Request

### Describe the current behavior JavaScript functions intended to run once per page load are cached by the browser. When you navigate away from the page and then come back,...

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.235.0 to 1.269.0. Release notes Sourced from ruby/setup-ruby's releases. v1.269.0 What's Changed Account for Bundler 4 by @​eregon in ruby/setup-ruby#832 Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.268.0...v1.269.0 v1.268.0 What's Changed Add...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree...

dependencies
github_actions

## Features * Add support for boolean expressions everywhere * As variable output `{{ a or b }}` * As filter argument `{{ collection | where: 'prop', a or b...

#gsd:48203

### Architectural changes * `parse_expression` and `safe_parse_expression` have been removed from `Tag` and `ParseContext` * `Parser` methods now produce AST nodes instead of strings * `Parser#expression` produces a value, *...

#gsd:48203

Reviewers, please note base branch to PR. ## In this PR - Remove `Environment.error_mode` - Remove `lax_parse`, `strict_parse` + `:warn` error mode - Rename `strict2_parse` to `parse_markup` - Remove `warnings`...

#gsd:48203