Sébastien Helleu
Sébastien Helleu
@joycebrum, @josephbisch, @txtsd: ping, it seems your review is needed there.
Hello, I made a fix in WeeChat (this commit: https://github.com/weechat/weechat/commit/aa6cbf911ed3e2117697372cdd2a5d9fcae6ea5c), this hopefully fixes the build in the oss-fuzz CI, could you please run it again? (I'm not sure I can...
Hello, I have the same issue, and for me it's a bug since when the copyright comes from file `REUSE.toml`, there is no such tag in output of `reuse spdx`....
Hi, This is currently not possible to do that, the log would not reflect exactly what is displayed by WeeChat, but that should be possible to do that with an...
I think doing that would also break the backlog displayed when the log file is loaded (on new buffer): the user messages will be split into multiple messages, and only...
So to not break anything, we could have an option to toggle the behavior and split multiline messages as if they were multiple messages with the same prefix. So for...
Maybe the default behavior could be to split messages anyway by default, as this makes logs easier to parse, and there would just be a minor change when backlog is...
I think you could have conditional code in tests to have different tests with POSIX regex and PCRE.
Hi, Yes this can be interesting to have this. For sure the entire codebase will not be reformatted with this tool, otherwise it would break history everywhere. And as a...
Yes the first step is to have the file to assist checking style locally before pushing. Next step will be to enforce this, but being too strict can be discussed/challenged...