mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #39] Cannot confirm/deny upload after finished recording (OSX) #629
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#629
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerluc on GitHub (Oct 2, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/39
After recording in the terminal, I press Ctrl+d, which prints out (the extra indentation on the second line is literally how it shows up):
After this point, I cannot confirm nor deny the upload. In fact, if I type anything it does not show up in the terminal after the above is displayed.
@ku1ik commented on GitHub (Oct 2, 2013):
@jerluc thanks for reporting. I know what's happening. The fix is in the works. I'll let you know about the new release.
@ku1ik commented on GitHub (Oct 2, 2013):
@jerluc thanks for reporting. I know what's happening. The fix is in the works. I'll let you know about the new release.
@ku1ik commented on GitHub (Oct 3, 2013):
@jerluc It's fixed now, please update.
@jerluc commented on GitHub (Oct 4, 2013):
Awesome, works perfect now! Can attach a commit to this issue? Would love to see the underlying cause.
@ku1ik commented on GitHub (Oct 4, 2013):
This is the fix
b02e826. I had it in the past but forgot to enable it after last refactoring. I still don't know why this happens (and it happens only on OSX). I need to investigate it deeper.