Veronica Berglyd Olsen

Results 648 comments of Veronica Berglyd Olsen

Never mind my previous question. I misunderstood the above comment. But this implies it is numpy which silently fails, correct? Edit: Looking at the source code, I see now what's...

Yeah, hence my edit. I looked at the source code after writing the comment.

Thanks for picking up this discussion on Twitter! So, first of all, running with `pytest-faulthandler` did help, and alerted me to the point of failure in `pytest-qt`, which was here:...

Note that I have a very high bar for adding new dependencies for running novelWriter. I've gone to great lengths to avoid it, including writing my own Open Document implementation....

> I certainly understand the impulse to avoid extra dependencies, I looked for a good way to avoid it that didn't require Any types (it's best to use Any in...

With the latest update to Pylance in VSCode, I've started using basic type checking at work. We've mostly used it for generating documentation and more useful intelisense, but the checking...

I can see the value in this. A couple of points to note though: Firstly, the word count in the project tree is really intended to track work progress. It...

The word count algorithm counts anything separated by one or more whitespace (the Python definition of a whitespace) as a word. In order to accommodate styles where dashes are not...

No problem. Technically this should be a separate feature request issue as it is a different request than the topic of this issue ticket. In any case, the horizontal bar...

As for my reference to how LibreOffice handles it, see the screenshot below. The first line is a horizontal bar, the second is an em-dash. 3 words, 12 characters. ![Screenshot...