Add an asciinema cast for debugging some things

Using https://github.com/asciinema/asciinema-player
This commit is contained in:
R Tyler Croy 2020-06-22 07:26:35 -07:00
parent d3cfc473f0
commit d1bef7f766
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
4 changed files with 9532 additions and 0 deletions

2563
assets/asciinema-player.css Normal file

File diff suppressed because it is too large Load Diff

1213
assets/asciinema-player.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

12
casts/index.html Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/assets/asciinema-player.css" />
</head>
<body>
<h1>Screencasts</h1>
<asciinema-player src="/casts/hotdog-async-std-1.6-lock.cast"></asciinema-player>
<script src="/assets/asciinema-player.js"></script>
</body>
</html>