Lars Marius Garshol

Results 68 issues of Lars Marius Garshol

This is the traceback: ``` java.lang.NullPointerException at org.apache.poi.xwpf.usermodel.XWPFTable.setWidthPercentage(XWPFTable.java:1244) at org.apache.poi.xwpf.usermodel.XWPFTable.setWidthValue(XWPFTable.java:1228) at org.apache.poi.xwpf.usermodel.XWPFTable.setWidth(XWPFTable.java:1211) at org.wordinator.xml2docx.generator.DocxGenerator.makeTable(DocxGenerator.java:2234) at org.wordinator.xml2docx.generator.DocxGenerator.makeTableRow(DocxGenerator.java:2906) at org.wordinator.xml2docx.generator.DocxGenerator.makeTable(DocxGenerator.java:2350) at org.wordinator.xml2docx.generator.DocxGenerator.handleBody(DocxGenerator.java:485) at org.wordinator.xml2docx.generator.DocxGenerator.handleSectionContent(DocxGenerator.java:730) at org.wordinator.xml2docx.generator.DocxGenerator.handleSection(DocxGenerator.java:695) at org.wordinator.xml2docx.generator.DocxGenerator.handleBody(DocxGenerator.java:482) at org.wordinator.xml2docx.generator.DocxGenerator.constructDoc(DocxGenerator.java:436) at org.wordinator.xml2docx.generator.DocxGenerator.generate(DocxGenerator.java:418)...

bug

We ensure that empty table cells in the input have at least an empty paragraph in the output. Note that this PR builds on the "refactor tests" PR, so that...

bug

This needs #113 to be merged first. Also, I'm not 100% confident that this fix is correct, so please review carefully.

At the moment errors are reported to the user like this: ``` + 2023-01-27 11:59:54,997 [ERROR] RuntimeException: RuntimeException: -x (transform) parameter not specified. If the input is a _Book.xml file,...

Setting up an automated build would make reviewing PRs much easier, since Github will then build the code when the PR is submitted and it will be immediately obvious whether...

I like to start Bazel from the magit window, but that failed with this package. First because that buffer is not associated with a file. I fixed that with the...

This fixes issue 157. The problem was that when we creat nested tables we have to use a very convoluted API to make the innermost table, and we used code...

This PR solves issue #155