liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

Liquid templating for Rust

Results 92 liquid-rust issues
Sort by recently updated
recently updated
newest added

Hello! I'm working on supporting Shopify's `t` filter (translation filter). Here there is a simple a example of how it works. If we have the following translations file ``` /locales/en.default.json...

liquid-rust version: 0.26.4 rust version: 1.70.0 OS: Mac OSX 13.2.1 I need this functionality for my static-site generator, [Mandy](https://github.com/angeldollface/mandy). I have this context structure [here](https://github.com/angeldollface/mandy/blob/main/src/modules/context.rs) which is applied through the...

Hi , I am trying to integrate this lib as a PHP extension using [ext-php-rs](https://davidcole1340.github.io/ext-php-rs/types/object.html). ## Implementing liquid views for ZendObject and Zval. ``` pub struct ZendObjectView { //..... fn...

- [X] Tests created for any new feature or regression tests for bugfixes. Following up on the issue I created here: https://github.com/cobalt-org/liquid-rust/issues/490 This PR introduces two functional changes. The first...

Following up from my comment left on [this issue](https://github.com/cobalt-org/liquid-rust/issues/299#issuecomment-1374198184). I have a use-case where it's necessary for us to reduce the rendering strictness, specifically for variables. We allow users to...

enhancement

liquid-rust version: 0.26 rust version: 1.64.0 OS: Darwin 22.1.0 I've been trying to handle errors, and try to provide a user-friendly tip. For example, I need to get the requested...

- [N/A] Tests created for any new feature or regression tests for bugfixes. #509

liquid-rust version: 0.26.4 rust version: 1.77.2 OS: MacOS Shopify liquids in Ruby allow accessing globals at root level with index syntax while liquid-rust fails to parse a template that tries...

liquid-rust version: latest rust version: latest OS: linux, macos --- See: [inline comments](https://shopify.dev/docs/api/liquid/tags/comment#comment-inline-comments)

enhancement
std-compatibility