Sebastian Pipping

Results 734 comments of Sebastian Pipping
trafficstars

It's a bit of a pity that these two tools are developing in parallel since 2010 I guess. Without checking I would have assumed the former source is dead. Sigh....

I agree this is worth improving OR documenting. For anyone interested, here's how to see it in action: ```console # echo $'ONE\nTWO\nTHREEEEEE\rFOUR\rFIVE\nSIX\n' | ansi2html --inline | tee /dev/stderr | hexdump...

I'm not running Windows, this will need help to reproduce, if it still occurs. Thank you!

> And please add this to pre's style to break long lines: > > ```css > white-space: pre-wrap; > word-wrap: break-word; > ``` That was added in 2014 for release...

> Could you please handle reset? > > ``` > # tput sgr0|hexdump -C > 00000000 1b 28 42 1b 5b 6d |.(B.[m| > ``` I'm unsure about how that^^...

This may be related to #102. What I did to feed a color shell prompt into ansi2html was … ```console # echo 'exit 123' | script -f script.txt # ansi2html...

Hi @afinetooth , happy to clarify. The integration is hand-made and part of a pull request — https://github.com/asyncee/django-easy-select2/pull/96/files — that has not been merged to `master`, yet. That's why you...

Hi @afinetooth, thanks for your explanation. I'm only *starting* to understand why you suggest avoiding `--service=github`. (I have only settled on `--service=github` because it made the HTTP status 422 error...