Sébastien Helleu
Sébastien Helleu
Hi, This is happening because WeeChat is more strict when checking required dependencies if CMake option `ENABLE_NLS` is enabled (default). If you want translations to be enabled, you need to...
Hi, I'll release 4.1.1 soon that includes this fix. As I have no way to test on Darwin, could you please test the branch "4.1" (or master branch) and confirm...
Yes, that's the fix I did. If you don't have all dependencies to build translations, then yes you have to disable them.
OK, thanks for the info, I'll keep this issue open until I find a clean solution.
Hi, Thanks for this PR. I think it's not a good idea to use another prefix/suffix for subexpressions when searching in hdata, for 2 reasons: - the prefix and suffix...
Hi, This script is marked as Python 2 only and it not compatible with Python 3 (yet), that means you can not install it in WeeChat, see on [https://weechat.org/scripts/](https://weechat.org/scripts/): ...
It's mentioned on the WeeChat scripts page: [https://weechat.org/scripts/](https://weechat.org/scripts/). This repository is a collection of scripts from external contributors. There was a long period of transition from 2018 to 2022 to...
What do you need to search on the website? I think most info you need are in the docs, and you can easily search in them, as they are in...
I didn't say it's a bad idea, just wanted to know in which cases that could be useful. Doing a cross site search feature (weechat.org, github, savannah, ...) is even...
Hi, By convention scripts have underscores and no dashes in name, could you please rename your script to cmus_announce.lua? See file: [Contributing.md](https://github.com/weechat/scripts/blob/master/Contributing.md#adding-a-new-script) Thanks!