Sébastien Helleu
Sébastien Helleu
FYI, WeeChat 4.3.2 has just been released.
Is it possible to test that with GnuTLS version currently in Debian unstable?
Hi, Could you please bump script version (eg: `0.0.3`), update the commit message to follow guidelines and fill the script update checklist? Thanks!
Thanks, squashed and merged.
Hi, Thank you for the script. Before your script can be integrated, please: - squash all your commits in a single one - include in your PR description the checklist...
Hi, There were attempts to implement this, but this is hard to do by design, see for example comments in #1552. Calling an external program is asynchronous: it may take...
Done for Python via #1382.
Done for Ruby via 6dccc3181.
Support of hidden buffers has been added in 4.4.0. Order of buffers and merged buffers is harder to implement, it's in progress and will be available in a future version.
Hi, The command `command -v` is not strictly equivalent to `which` in case you have an alias defined, and then it could fail to execute the command: ```bash $ which...