Trygve Aaberge
Trygve Aaberge
> 1. Request to highlight the currently selected word in a different color than others. > 3. Request to add hints for search errors/completions. For example - A line saying...
It's not just the kitten that hangs, it's all of kitty, so it won't help to execute the search asynchronously unfortunately. So apart from solving the issue in kitty, I...
This can be done either by passing the `--relative` option to `git diff`, or by changing the paths yourself. The difference is that with the `--relative` option, changes outside of...
In addition to each line becoming a separate message, I experience that the messages appear in reverse order when viewing them in Riot.
Maybe you have installed the dependencies for a different Python installation from the one used in WeeChat? Try to run these commands in Weechat to check: ``` /python eval import...
@realisation: Have you run `pip install -r requirements.txt`? If so, what does `pip list -v` output?
Should have been handled here: https://github.com/poljar/weechat-matrix/blob/989708d1fa8fcee6d5bbb4c19a7d66f14d84fd5b/matrix/utf.py#L33-L36 But maybe it's coming from somewhere else. You need to post the full stack trace so we can see where the error occurred.
@realisation: So WeeChat is using the Python install in `/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10`, but pip is using the one in `/usr/local/anaconda3/lib/python3.8`. You have to either install the packages in `/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.10` (you could try...
@bimawa: That last error is reported in #293. Seems like a bug in Python 3.10.
I don't think there's much weechat-matrix can do about this. In WeeChats script repo the `queue.py` script has been renamed to `cmdqueue.py` to fix the problem, so the remaining problem...