Dataclasses and Type Hints
Yesterday I rewrote the Python version of tumblelog to use
dataclasses. I also started to add type hints, which I finished today.
I pushed version 6.2.0 of tumblelog to
GitHub after thoroughly
testing the new code.
Yesterday I rewrote the Python version of tumblelog to use
dataclasses. I also started to add type hints, which I finished today.
I pushed version 6.2.0 of tumblelog to
GitHub after thoroughly
testing the new code.
While testing tumblelog I came upon an issue with the calendar
overview for 2026: May
and later had no entries. After some checking I found the bug: the
Markdown file for Plurrrr had two times a date entry for the
24th of May! So i updated both the Perl and Python version
of tumblelog to detect this issue and pushed 6.2.1 to
GitHub.