mara004
mara004
I am using colorama for coloured terminal output on Windows with custom ANSI escape sequences in a medium size library that I currently develop. I noticed that this works well...
Resumed improving the German translation. Important note to self: I need to look through all key translations again because lupdate's heuristics did awkward stuff with these (randomly filled in different...
Qt4 is deprectaed since about 2015, so I think it would make sense to finally drop Qt4 support in NodeGraphQt and move from [Qt.py](https://github.com/mottosso/Qt.py) to [Qt5.py](https://github.com/mottosso/Qt5.py). Implicitly NodeGraphQt already requires...
See https://reuse.software and https://spdx.dev Unless I missed something, the docs had no license information yet, so I am suggesting CC-By-4.0, but this could of course be changed to any other...
I captured this random segmentation fault concerning the undo/redo logic in gdb. ``` Thread 1 "python3" received signal SIGSEGV, Segmentation fault. 0x00007fffd205f65c in QUndoCommand::redo() () from /home/manuel/.local/lib/python3.8/site-packages/PySide2/Qt/lib/libQt5Widgets.so.5 (gdb) bt #0...
Dear @4lex4, First of all, thank you very much for the development time and effort you put into improving ScanTailor! However, it seems to me that this project has become...
Hello, I'm a former maintainer of pypdfium and now co-author of pypdfium2. I noticed that this project is using pypdfium to rasterise PDFs, but it is now deprecated and succeeded...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information This fixes a minor typo in the readme. To my knowledge there is...
### Problem The contrast of footnote texts clearly is too low, making them hard to read (light grey on white). However, they should not be too invisible, since footnotes sometimes...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Consider the following config: ```yaml build: skip_compile_pyc:...