Marcin Kulik
Marcin Kulik
I see your point. Creating the user won't solve authentication problem alone, as you'd still need to receive email for subsequent logins. This is not uncommon issue for people wanting...
We used to have commenting few years ago but it wasn't very much used. It was removed during the redesign. I'll consider adding it back if people are interested.
Let's do this 👍
I've created a wiki page about SMTP config, showing how this can be configured in various ways - https://github.com/asciinema/asciinema-server/wiki/SMTP-configuration
I guess it's too late but I'll try :) This one seems correct to me: ``` URL_SCHEME=http URL_HOST=markiv.us URL_PORT=80 ``` The port number here needs to be one to use...
That would be something related to https://github.com/namshi/docker-smtp , best to open issue there.
Somewhat related: https://github.com/asciinema/asciinema-player/issues/140
That's definitely something I plan to implement 👍
Annotation is planned. And the playback speed.. You can already adjust it by appending "?speed=3" to the URL (1 is normal speed).
You can use `--max-wait` option to `rec` to optimize terminal inactivity and make the end result smoother and less boring. Also, there's [1.0.0.rc1](https://github.com/asciinema/asciinema-cli/releases/tag/v1.0.0.rc1) which introduces new asciicast format which is...