Christopher Weiss

Results 8 comments of Christopher Weiss

Thank you for bringing this to my attention. I'll take care of it as soon as my hangover is gone.

I don't think there is any Python 2 specific code. It should work with Python 3.

Do you have a suggested fix? Or sample code to reproduce non-thread safe behavior?

Good feedback. That gives me something to go on. Some sample code to reproduce the problem would be great!

Thanks, I'll take a look at your pull request in detail. It may take me a few days to dig in. Would you please give me a bit more detail...

This library is licensed under the GNU Lesser GLP (LGPL).

I was able to get some imperfect results after I made a couple of small modifications to docx.js. The modifications I made are: Line 74: changed `if (inNode.style.textAlign) {...};` to...

The problem with the output .docx is not that there are end tags without start tags as I mentioned above. All of the tags in the document.xml are balanced correctly....