Ed Page

Results 4042 comments of Ed Page

A thought I have on this - Add the ability to set a global auto-escape filter on the `ParserBuilder` - Support file-extension overrides of the global auto-escape filter. - Until...

See https://github.com/Shopify/liquid/blob/master/lib/liquid/tags/for.rb#L124

How needed is this? I don't see it in shopify's proprietary documentation https://help.shopify.com/themes/liquid/tags/theme-tags#include

> The macro introduced here (as_sequence) should help fixing #246, #255, #256, #266 (and maybe others). It helps writing filters that take a value and "coerce" it into an array...

Sorry, I've not been focusing too much on the documentation at this time. Instead most of the work has been driven by what cobalt needs as I focus on getting...

> where are the templates stored If you are referring to top-level templates, that is up to the caller. The caller is expected to load the template and pass it...

Is this more client-driven?

So far I've not been updating all of my existing repos but all new repos are using `main` (its a bit of work to update 20+ repos for low touch...

The switching cost is not just the work to do it in github but every developer's local forks. The overall cost is why I've been hesistant.

All of the filters are exposed and can be added to the parser like the default set does: https://github.com/cobalt-org/liquid-rust/blob/master/src/parser.rs#L109 You'll have to use a newtype to give it a new...