Results 1385 comments of Vincent Prouillet

Thanks for the example. I'm not entirely sure whether this is worth adding though, you could just feed the whole env/whatever source you're getting it from to the context before...

> OTOH, being able to check whether there's a matching combination when Tera encounters a variable is trivial. In practice though in Tera v2, you're not going to get the...

Probably the parser. Once I've implemented functions I'll check in tera v2 but we have complete control of the parser/Value type so it would be easy to handle

I'm not a fan of the name but I can see the need hmm

I'd rather update the README with the content from the site

I've added those tests in https://github.com/Keats/tera2 and it return true for all 3 rows as escaping is now done only when writing to the buffer.

Not for a few months at least, when it's ready it's going to be used in Zola first before releasing 2.0.0 to make sure it's battle tested

Not currently. I was thinking of adding a render_macro for v2 (https://github.com/Keats/tera2/issues/27) but do people prefer blocks?

Yeah let's not add new things to v1. I'm wrondering whether we can make some array/dict operations built in the language rather than going through a file, eg `obj1 ~...

Probably already works in v2 but I'll have to add it as a testcase