Marcin Kulik
Marcin Kulik
Thanks for the context. This actually explains a lot. I suspect the use of non-standard `:` instead of `;` in color related escape sequences.
Yeah, that makes a lot of sense. Thanks. We'll need to implement support for it in https://github.com/asciinema/avt
This has been fixed in 3.8.0 - https://github.com/asciinema/asciinema-player/releases/tag/v3.8.0
There are pros/cons of having absolute timestamps vs deltas (we used to have deltas in v1). For the manual editing the absolutes are a con for sure. I'd like to...
Adding editing to the player would be a major endeavor, and almost exclusively frontend/UX work, so not looking forward to it at the moment :) But having an easy to...
Thanks. This is useful :+1: I'll keep it open until we solve wcwidth-related core problem, and will revisit this then.
This is interesting. I tested your recording with `asciinema play https://asciinema.org/a/V4JMoqkoMNotx983nmt63EzLG` on several terminals with following results: - Alacritty - panes disappear - Gnome Terminal - panes disappear - xterm...
Aha! That brings us closer to having it fixed. Thanks!
Yeah, pretty sure it's DECSLRM missing in [avt](https://github.com/asciinema/avt). Found related issues for other terminal emulators: - Alacritty - https://github.com/alacritty/alacritty/issues/160 - xterm.js - https://github.com/xtermjs/xterm.js/issues/4285 - Gnome Terminal / Console - https://gitlab.gnome.org/GNOME/vte/-/issues/2526...
Ooh, that's interesting idea. This would indeed handle audio in a similar fashion as we handle "video" - through minimal amount of information needed to synthesize the output. Nice! Have...