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/spec
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
..
controllers Keep the lines shorther than 80 chars 11 years ago
decorators Fix spec for AsciicastDecorator#thumbnail 11 years ago
factories Keep the lines shorther than 80 chars 11 years ago
features Keep the lines shorther than 80 chars 11 years ago
fixtures Add BufferedStdout class whose #each yields at 60 hz tops 11 years ago
helpers Fix specs 12 years ago
javascripts Update AnsiInterpreter spec to reflect interface change 12 years ago
lib Fix typo in filename 13 years ago
mailers Send email to asciicast author when someone comments 13 years ago
middleware Keep the lines shorther than 80 chars 11 years ago
models Sanitize all characters coming from TSM::Screen#draw 11 years ago
parsers Abstract stdout_data and stdout_timing as a single value object 11 years ago
presenters Simplify Snapshot and its presenter 11 years ago
requests Keep the lines shorther than 80 chars 11 years ago
routing Claiming asciicasts 13 years ago
services Use less spans for thumbnail rendering 11 years ago
streamers Serve asciicast as JSON in chunks 11 years ago
support Keep the lines shorther than 80 chars 11 years ago
uploaders Replace Bzip2Uploader#decompressed with #decompressed_path 11 years ago
views/users Update specs 13 years ago
workers Keep the lines shorther than 80 chars 11 years ago
spec_helper.rb Keep the lines shorther than 80 chars 11 years ago