Sébastien Helleu
Sébastien Helleu
@deesee04: even if the stable version if planned for August, you can use the development version, it is (almost always) very stable, and you can find nightly builds on weechat.org...
Hi, This is not planned actually, my goal was to import my old Postman collections into Emacs (verb) and to stop using Postman. I understand the reverse path could be...
@chrisglass: I just need time to fully test this PR. There are currently 57 PR pending, it takes time to test them before merging.
So after investigation, this is caused by the fact your option `irc.network.lag_min_show` is set to `0` (default value is `500` milliseconds). With such low value, the lag is always refreshed...
Hi, Sorry for the delay, does this script fix a bug in WeeChat? What's the use case where the buffer is not marked as read?
OK, for relay (weechat protocol), this is caused by the option `weechat.look.hotlist_add_conditions` whose default value is `${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0`. So the last condition means...
Hi, There is no way to open received files directly from xfer buffer in WeeChat. So I transform this bug into a feature request.
I think you could add a mouse key that can open the filename with an external tool, but that would work only if your WeeChat is running locally. The key...
Sorry, I don't know hypothesis enough to be able to share a self-contained test script which shows this slowdown, but I can easily reproduce the issue via schemathesis, as described...
Hi, Thanks for your help, the performance issue is now solved! But I'm facing another issue with version 6.115.6, I opened a separate issue: #4151.