Sebastian Pipping

Results 732 comments of Sebastian Pipping
trafficstars

Thanks, bumped in Gentoo.

@slimm609 thanks for the notification. I have [updated to 2.0.0 in Gentoo](https://github.com/gentoo/gentoo/commit/4b9d9990641bf16c6b7d4c6101ff576427b02b54) now and created issue #108 for what I found during the bump.

Cool to see progress here! For the following ones, a pull request per package to get it into core Gentoo would be cool, if you find time: ``` app-i18n/ sunpinyin...

Hi @ssbarnea I'm a [past contributer](https://github.com/pycontribs/ansi2html/commits?author=hartwork) and happy to team up on things ansi2html.

@ssbarnea thank you! :pray:

There are definitely [open issues](https://github.com/pycontribs/ansi2html/issues) that could use more hands with analysis and fixing.

I agree this feels like a bug: ```console # echo 'before https://example.org#foobar after' | ansi2html --inline --linkify before https://example.org#foobar after ```

When trying to reproduce it… ```console # echo 'int main(int argc, char ** argv) { return argc < (unsigned)argc; }' > main.c # gcc -Wextra -fdiagnostics-color=always main.c |& ansi2html >...

PS: Here's what I get for your very example pasted into `input.txt`. Note the `sed` call to repair the ANSI on the fly: ```console # sed $'s,\^\[,\x1b,g' input.txt | ansi2html...

Hi @lkraav , when ansi2html started at 0a732b1ed41afd7ebfbf10d6bb4f74709915bfa6 it was white… | | Dark mode | Light mode | CSS class | | --- | --- | --- | ---...