Marcin Kulik
Marcin Kulik
@don-smith maybe information from this FAQ entry could be helpful: https://discourse.asciinema.org/t/why-upload-failed-invalid-or-revoked-install-id/27
It would be possible to support changing the source via `player.src = "http://...."` by extending [element.js](https://github.com/asciinema/asciinema-player/blob/ac6d0071f29a0b0ebf0d06d3ef0e6e58b139e799/resources/public/element.js) (and some additions to core.cljs). There are some other properties that are related to...
We can have something like `player.reinitialize(url, { loop: true, ... })`, yeah. This would be much simpler to implement. Although I must say I like the idea of changing `.src`...
@Elecash that's very helpful info, thanks!
I would call the above a "nuclear option" ;) But it's so simple, and it works, that I just love it 👍
Hey Akeem! That sounds great. Indeed there's very little documentation of the functions. If you're still up for it then I'd be happy to receive some PRs. Let me know...
That's an interesting idea. I have a feeling that this would be used by very small amount of users. `-w` as it is today is already very useful but from...
Glad to hear similiar opinion. Are you more familiar with Python? What's the lang you would implement this in?
It would be... :) In fact asciinema was inspired by the very `script` / `scriptreplay` commands! The thing is, `script` on macOS doesn't support saving timing information, this only works...
Good catch. All of the projects that read asciicast files, at least the ones under asciinema GH org, assume strictly monotonic timestamps. This is especially important for reading/processing asciicasts in...