Sébastien Helleu
Sébastien Helleu
Hi @arichiardi, For your information, I just wrote a small Emacs package to import Postman collections, as restclient or verb format (I switched to [verb](https://github.com/federicotdn/verb) after using restclient). This was...
Merged with update of date in changelog and fix of license URL.
Merged with bump of version (0.8.6) and update of ChangeLog.
Reopening the issue. I'm experimenting the add of a new hook to transfer URL, by using threads instead of a process (via function `hook_process_hashtable`), this should fix indirectly this issue,...
Hi, I pushed a test branch called "hook-url": https://github.com/weechat/weechat/tree/hook-url It adds a new API function "hook_url" that is using a thread to download the files. It is used in the...
@ilf: first thing, I recommend you to do manual `/save` after config changes and before exiting, so you're sure you'll not lose your changes again. Second thing, if you can...
As it seems to be a Python issue and that it is working fine with Python 3.11, I close this issue.
Hi @PiPauwels, If you installed a binary package, it is not possible to change the Python used. You have to install WeeChat from sources, and if 3.11 is properly installed,...
@PiPauwels: what's your Ubuntu version by the way? I can check if Ubuntu packages available on https://weechat.org/download/debian/ are all using the latest Python available.