MeggyCal

Results 37 comments of MeggyCal

> So yeah, architectures are not taken into account in the graph for the complicated setups. I guess that you are only interested in _one_ particular architecture out of a...

Hi all, I was asked to provide feedback on the fix. It certainly is an improvement, but I would appreciate also the full explanation, if someone doesn't know the warnings...

Hi, I am one of the maintainers of openSUSE Python stack. `booleanOperations` was failing some tests, so I found out it is suspiciously stale, investigated if it could be dropped...

Hi, there are 8 failing tests on Python 3.11+ on all architectures: ``` [ 12s] FAILED tests/test_BooleanGlyph.py::BooleanTests::test_QTail_reversed_difference [ 12s] FAILED tests/test_BooleanGlyph.py::BooleanTests::test_QTail_reversed_intersection [ 12s] FAILED tests/test_BooleanGlyph.py::BooleanTests::test_QTail_reversed_union - ... [ 12s] FAILED...

Initially I tried to patch it and failed (luckily, because I would probably introduce some security issue if I succeeded). But in the process I found a GitHub issue that...

Hi, the linked PR doesn't prevent tests from failing with released Django 5.2. Could you please take a look as well?: ``` [ 51s] =================================== FAILURES =================================== [ 51s] _____________________...