Sébastien Helleu

Results 282 comments of Sébastien Helleu

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!

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...

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...