Eric Lapouyade
Eric Lapouyade
did you solved your problem ? I have the same problem, I am getting a 503 error code as "RequestThrottled" Despite I made only 3 or 4 requests today.
Added that on whish list
I think this is more a Jinja2 problem, you should open a bug to them.
More precisely, jinja2 will interpret your string[pyarrow] np.nan not like 'nan' but maybe something that is not XML compatible string (ie : `` ) So the workaround would be to...
Did you try to render with autoescape=True ? Le sam. 23 avr. 2022 à 10:00, arkanoid87 ***@***.***> a écrit : > exactly. It outputs as string representation of nan >...
Please, could you provide a runnable test case.
Did you try v0.12.0 ? Le lun. 16 août 2021 à 17:27, djes ***@***.***> a écrit : > I have a similar behaviour, some pictures with replace_pic aren't rendered >...
I think the reason is that for-loops create duplicate object IDs. There is no plan to renumber such objects in docxtpl. Tagging this issue as enhancement.
Rtfm Le ven. 5 août 2022 à 20:52, Cristiano Coelho ***@***.***> a écrit : > Trying to do something as follows: > > res = tpl.new_subdoc() > current_p = res.add_paragraph()...
Please, could you provide a fully runnable test case (python code + docx template + other files if needed).