Jurriaan Barkey Wolf

Results 101 comments of Jurriaan Barkey Wolf

I expect this to be a LibreOffice thing. Leaving this open for others to comment.

So you mean that it should be possible? If you can find what exactly it does differently (i.e. does the HTML look different?) we may be able to build a...

> what is the relationship between docxtemplater (which is commercial product) and this lib? There is none. Just a slightly inconvenient naming similarity ;)

Hi! Thanks for reporting. I'm not really sure I understand. What kind of memory leak did you experience? Do you mean runaway memory use? Or do objects stick around after...

Hmm interesting, can you maybe make a PR with a (failing) unit test for this so we have a clear repro? I'll take a look but i'm swamped in other...

@KAVA-Leigh i tried to reproduce this using: ``` +++IF true+++ +++FOR data IN list+++ +++INS $data+++ +++END-FOR data+++ +++END-IF+++ ``` See d47fc49 I couldn't get it to fail in the...

Thanks! Successfully reproduced in https://github.com/guigrpa/docx-templates/commit/49e8d65343db6f64f5cb70fc4fa0171f715c95f7. I'll take a look.

Can you explain what you mean with the 'tag for comments' exactly? I'm afraid i dont understand.

I'm not sure. I expect that this mode is governed by a single metadata flag in a docx file. If you can find out which (by checking the docx spec/docs)...

I honestly have no idea what this would entail, as I'm not familiar enough with that part of the docx spec... Happy to accept contributions of course!