mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 08:25:53 +03:00
[GH-ISSUE #598] Recording broken on macOS #929
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#929
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 @ku1ik on GitHub (Dec 22, 2023).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/598
Seems to be related to https://github.com/tokio-rs/mio/issues/1377
@ku1ik commented on GitHub (Dec 22, 2023):
More on the problem: https://nathancraddock.com/blog/macos-dev-tty-polling/
@ku1ik commented on GitHub (Dec 22, 2023):
The
select+thread trick described here is something to consider: https://code.saghul.net/2016/05/libuv-internals-the-osx-select2-trick/@ku1ik commented on GitHub (Jan 8, 2024):
Fixed in #601
@ku1ik commented on GitHub (Jun 17, 2025):
There's a regression, re-opening this.