Lars Marius Garshol

Results 294 comments of Lars Marius Garshol

Could you try a couple of experiments? First, solve the problem the way you described in your initial comment, then save the Word file and send it to me (or...

In the docx where you pressed enter the first paragraph turns into this monstrosity: ``` Lorem ipsum dolor sit amet , consectetuer adipiscing elit . Nullam justo . Mauris eleifend...

Okay. The `` method might solve this, but it requires substantial changes to how wordinator represents sections. Given what Eliot writes I think there's a good chance that making this...

The problem is something to do with your classpath. To diagnose it we need to know how you invoked Java, what your classpath was, and how the jar you're referring...

I think @drmacro's tip is better than mine.

@greyfairer If you want to make a PR for it might be interested in that. The thread safety isn't an issue, because we are not caching and reusing the `SimpleDateFormat`...

I've signed the CLA now.

After a lot of back and forth and some angry screaming I have managed to sign the CLA with the desired email address.

You can't. This is a functional language, so you can't change values. You can build new ones, but you can't change the ones that already exist. You need to do...

This is a new question, so it would be better to make a new issue for it. I'll answer you here anyway. It's a bit difficult to tell what rules...