Asciicast.jl icon indicating copy to clipboard operation
Asciicast.jl copied to clipboard

Easy REPL animations in READMEs, Documenter docs, and more!

Results 5 Asciicast.jl issues
Sort by recently updated
recently updated
newest added

e.g. most of https://github.com/ericphanson/Asciicast.jl/blob/6e708110fadf4b5c5b92a12142cac7fcaeed4809/src/runner.jl maybe this should get upstreamed? or maybe there should be a committed API for this? ref https://github.com/JuliaDocs/Documenter.jl/issues/1675#issuecomment-899125024

Could be: * `errors=true`: must error or else we throw. Like `@test_throws`. * `errors=false` (default): must not error or else we throw * `errors=missing`: may or may not error, like...

One gets this with the gif blocks, but it could be handy to have this as a standalone feature. Maybe we should check in the cast files, then we can...

the file https://github.com/ericphanson/Asciicast.jl/blob/6e708110fadf4b5c5b92a12142cac7fcaeed4809/src/capture.jl is modified from IOCapture.jl but we won't get any upstream fixes with this vendored implementation (and looking at the file, there were a lot of fixes over...

with https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl or the older https://github.com/JuliaDocs/Highlights.jl