You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs at https://asciinema.org/docs/config suggest the location of the asciinema config based on some rules. It appears that the reference python binary ignores these for the install-id file and blindly writes it to $HOME/.asciinema/install-id (at least on macOS).
We should load from $HOME/.asciinema/install-id if it exists to reuse the install-id from the official client. If it doesn't exist, we should strive to be consistent and load from the directory specified in https://asciinema.org/docs/config.
The text was updated successfully, but these errors were encountered:
The docs at https://asciinema.org/docs/config suggest the location of the asciinema config based on some rules. It appears that the reference python binary ignores these for the
install-id
file and blindly writes it to$HOME/.asciinema/install-id
(at least on macOS).We should load from
$HOME/.asciinema/install-id
if it exists to reuse the install-id from the official client. If it doesn't exist, we should strive to be consistent and load from the directory specified in https://asciinema.org/docs/config.The text was updated successfully, but these errors were encountered: