JamesB797

Results 4 comments of JamesB797

It looks like this can be started now, as #88303 has been merged. Being able to email daily reports from a lens visualization via watcher and a POST URL would...

Seems like when the embed override template is created it clobbers the original template's id in the template registry (https://github.com/twigjs/twig.js/blob/master/src/twig.logic.js#L1184), which would definitely cause problems when you're only using ids...

I tried to break it but it seems to just work ```twig const Twig = require('twig'); const twig = Twig.twig; twig({ id: 'poc2', allowInlineIncludes: true, data: `hello{% block j %}{%...

I would also really like this to be fixed! Definitely bugging me in python code. Also the new version's settings page gets stuck on the loading spinner for me.