Marcin Kulik

Results 485 comments of Marcin Kulik

Interesting. So I use iTerm 2 on macOS and it correctly records and replays 24-bit colors for me.

Using colon instead of semicolon for rgb value separators is something I haven't seen so far. I can't watch the recording you linked because it's now been archived, so not...

I think it would be possible. However the question is, should we return exit code which says "recording succeeded, regardless of command that was recorded" or "command that was recorded...

That's a good use case. We could either propagate that by default or via switch.

I don't have ETA for this, sorry. As for how to approach this... The child process is started via execvpe: https://github.com/asciinema/asciinema/blob/develop/asciinema/pty_recorder.py#L114 Not sure how to catch its exit status... The...

Maybe this will be handy: https://github.com/asciinema/asciinema/issues/267#issuecomment-369712331

I have just released 1.2.0 /cc @larryv @swills @Dr-Terrible @zanchey @jakubjedelsky

@Dr-Terrible wow, that was quick! Thanks!

@youtux thanks for updating Homebrew package!