Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codios with speed 10 fails to clear screen #105

Open
rdenham opened this issue Nov 3, 2020 · 0 comments
Open

codios with speed 10 fails to clear screen #105

rdenham opened this issue Nov 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@rdenham
Copy link

rdenham commented Nov 3, 2020

Describe the bug
If you set a codios slide to speed 10, when you go to the next slide, the codios output
remains visible.

Steps to reproduce the bug
Steps used to install present:

  1. pip install present

Steps to reproduce the behavior:

  1. modify a codios example and set speed to 10. E.g.,
❯ git diff 
diff --git a/docs/gallery/back-to-school/codios/async.yml b/docs/gallery/back-to-school/codios/async.yml
index 10721e0..de42078 100644
--- a/docs/gallery/back-to-school/codios/async.yml
+++ b/docs/gallery/back-to-school/codios/async.yml
@@ -1,4 +1,4 @@
-speed: 8
+speed: 10
 lines:
 - prompt: $
   in: project creation using

Expected behavior
You would expect that moving to the next slide, the previous codio slide would no longer be visible.

Screenshots
end of codios slide:
image

following slide (artifacts of codios slide still present)

image

How it should look:
image

Environment

  • OS: [ubuntu 18.04]
  • Terminal emulator: [Konsole]
  • Python version: [3.7.9]
  • present version: [e.g. 0.6.0]
@rdenham rdenham added the bug Something isn't working label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant