fortzi
fortzi
I can add that on AWS Lambda with python3.10 I'm sometimes seeing 3 second imports 😱
First, thanks for the quick reply and for maintaining this library! In systems where Jinja is used widely, users use system-provided data objects to write templates, and often, intermediate variables...
Sure: Say you want to use the expected delivery date for some order that a customer has made #### Without intermediate variables ##### Example 1 ```jinja2 {%- set fulfillments =...
I'd like to add a use case here: this feature will make it possible to use `{% set %}...{% endset %}` blocks to create non-string variables, just like in the...
I understand. Is it as complicated to support operators on datetime objects, as opposed to the generic case? For the time being I've implemented filters, but I imagine that it's...
I second @corytomlinson's comment about the timestamps implying a different order than the actual order due to the precision issue.