David Rihtaršič
David Rihtaršič
Hi, here is an easy patch for mdv working with python 3.9. Minor changes are needed. https://github.com/davidrihtarsic/davidrihtarsic.github.io/blob/master/Linux/src/patch_mdv_py_3.9.patch.
Hi dhondta, I had exactly the same error and fixed it with the patch I've published. You can do it by using the patch or manually: 1. edit .../.../.../markdownviewer.py 2....
I totally agree with @dhondta. Applying a patch is not a solution.
Hi, same issue here and I think this issue is related also to #232 ... if I run: `calcurse-caldav --init two-way --authcode XXXXXXXXXX` duplicated events appears... BUT!! it was my...
Hi, same issue here... (Archlinux, ranger 1.9.3, alacritty 0.13.2 ) but it works with [ncurses-6.4](https://archive.archlinux.org/packages/n/ncurses/ncurses-6.4_20230520-3-x86_64.pkg.tar.zst). You can downgrade ncurses package with: ``` sudo pacman -U https://archive.archlinux.org/packages/n/ncurses/ncurses-6.4_20230520-3-x86_64.pkg.tar.zst ```