Lars Marius Garshol
Lars Marius Garshol
I need dashed lines, and it's not really on the cards for me to implement it myself outside of Pillow, because it would be much too slow. I'm [not the...
This optimization solves the performance issue introduced by PR #3400. Without this optimization `test_merger.py` takes 124 seconds on my laptop after PR 3400. With this optimization it takes 6.6 seconds....
This is the last part of the implementation of issue 3290. It causes the tests to be slow because `named_destinations` is not cached, but I'm leaving that as a separate...
This PR solves issue https://github.com/drmacro/wordinator/issues/155
This fixes the problem, and adds a test case to verify that the fix works