You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/models
Marcin Kulik 9e152c3172 Sanitize all characters coming from TSM::Screen#draw
It happens that libtsm's screen_draw returns a character that can't be
properly encoded as utf-8. As what we get is only meant to be displayed
and not interpreted we can replace these invalid characters with a
questio mark, which is a common practice for printing invalid chars.
11 years ago
..
asciicast.rb Make Asciicast use BufferedStdout instead of Stdout 11 years ago
brush.rb Support "blink" attribute in the thumbnails 11 years ago
buffered_stdout.rb Add BufferedStdout class whose #each yields at 60 hz tops 11 years ago
cell.rb Simplify Snapshot and its presenter 11 years ago
comment.rb Validate presence of a model, not id 12 years ago
grid.rb Make Grid#crop easier to read 11 years ago
like.rb Data model for "Like" 13 years ago
snapshot.rb Refactor Snapshot to use Grid under the hood 11 years ago
stdout.rb Pass paths to decompressed stdout files to Stdout 11 years ago
terminal.rb Sanitize all characters coming from TSM::Screen#draw 11 years ago
user.rb Find or build user from omniauth hash in the middleware 11 years ago
user_token.rb User tokens for assigning asciicasts to users 13 years ago