Tomás Ralph
Tomás Ralph
This happens to me after restoring a session and opening the `neo-tree` buffer. It throws errors with virtual text all around and breaks neovim, I have no choice but to...
Happens when closing a checkhealth window too.
Can I highjack the thread for a sec? How do you test the app? I want to make some changes for a PR but I don't know how to make...
Right now I have a script that creates a deb package on the fly. It's not the same as automatic updates, but it's better than what it was. I'm not...
Thanks, but It's not recommended to run graphical applcations as root. The GUI will ask for permission if needed, but it should otherwise run as an unauthorized user.
Hmmm, if that info is exposed by the program, the I would have surely included it. I'd have to look at the output, see if it includes the IP address....
libzt doesn't support Python 3.10 yet, it only supports Python3.5 to 3.9. You will need to use one of these versions in order to be able to install it.
Are you sure pip is using that same python version? You can try installing it in the form of `python -m pip install libzt` instead of calling pip directly, that...
Ok, I could install the Python 3.10 version, but when I try to import it it fails due to a circular import... apparently. Python 3.10.4 (main, Mar 23 2022, 23:05:40)...