Lars Marius Garshol

Results 294 comments of Lars Marius Garshol

The problem was that we were storing the sign of the number in `intPart`, but if the integer part was zero the sign would be lost (🤦). Handled by representing...

I can do a release with that fix. I'll be travelling, but will get it done as soon as I can.

When Eliot on #68 wrote > The solution is to put the section definition for the last section directly within the body, not within the last paragraph of the section....

Great! Thank you. 👍

I see now that the type seems to exist (`DocxGenerationException`), and it seems to be thrown in some cases in the way that I expected, but it's not caught and...

And I guess it should be declared a `RuntimeException` so that it doesn't have to be explicitly declared in the `throws` everywhere.

Thanks, Eliot. I'll do this and a couple of other things as soon as I have time.