trouver

Results 3 issues of trouver

Fixed the issue of the main content being hidden in the ‘Update Data with FastAPI’ section.

Escaping delimiters cannot be rendered correctly in the docx template under certain circumstances. **Test case** ``` python from docxtpl import DocxTemplate def docxtpl_test(): tpl = DocxTemplate('escaping_delimiters_test_tpl.docx') content = {} tpl.render(content)...

bug

If one of the values for `xaxis.range` is set to `None`, the other set value will not take effect. Both values for `xaxis.range` need to be set simultaneously to be...

bug
P3