sunhaitao

Results 3 comments of sunhaitao

Just a normal SSD on Fedora 32. Let me collect more details on this, and report them later.

I tested this on a 2018 notebook running Ubuntu 20.04 with both an SSD and an HDD. Those random failures DO only appear while running on the SSD.

I believe I found an elegant way to work around this: by calling `template.generate` creatively. The details can be found in this demo: ```python import jinja2 def j2_gen(template, context, key_for_extras="__EXTRAS"):...