-
Notifications
You must be signed in to change notification settings - Fork 500
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
two prompts to start #244
Comments
I'm experiencing the same issue. I ended up just adding an empty record at the beginning to resolve it in the meantime. records:
- delay: 1
content: " " |
This indeed does work. |
The advice from @corymurphy is great, but adds an extra space to the prompt. To avoid this, use records:
- delay: 1
content: "\r" |
I'm experiencing the same issue. Workaround does work alright, but it would still look better without it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to visualize a thing and am getting two prompts in the beginning. After the render goes on it is fine, but the first line will have two prompts and I don't know why.
This is my recording and this is the render:
You can see clearly that this is not correct.
The text was updated successfully, but these errors were encountered: