Add an asciinema cast for debugging some things
Using https://github.com/asciinema/asciinema-player
This commit is contained in:
parent
d3cfc473f0
commit
d1bef7f766
2563
assets/asciinema-player.css
Normal file
2563
assets/asciinema-player.css
Normal file
File diff suppressed because it is too large
Load Diff
1213
assets/asciinema-player.js
Normal file
1213
assets/asciinema-player.js
Normal file
File diff suppressed because one or more lines are too long
5744
casts/hotdog-async-std-1.6-lock.cast
Normal file
5744
casts/hotdog-async-std-1.6-lock.cast
Normal file
File diff suppressed because it is too large
Load Diff
12
casts/index.html
Normal file
12
casts/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user