Results 62 issues of David Mandelberg

When I use `include ... without context` inside a macro like this: ```python import jinja2 print( jinja2.Environment( loader=jinja2.DictLoader( { "included": "foo", "main": """ {%- macro foo() %} {%- include "included"...

With version 1.12.5 and the config below, I get notifications normally after first booting the computer and logging in. However, after suspending (to RAM) and waking up, the notifications don't...