Labels
No labels
priority/P0
priority/P1
priority/P2
release/v0.1.0
status/blocked
status/planned
type/bug
type/design
type/test-gap
type/tracker
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
natsukium/felis#200
Loading…
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?
Issue #120's body still carries the false premise that #194 was filed to remove: "locally, image bytes travel over shm and the waste is marginal."
What. Edit the body of #120 to drop the shm clause, keep the deferral itself (the feature flag stays deferred on its own terms), and state the real local cost to measure: a same-host TUI subscriber pays one socket copy per image, because daemon-to-client pixels are
ImageMsg::Chunkframes copied into every window subscriber's socket — the only shm in felis is the Kittyt=sproducer-to-daemon transfer, which ends at the image store.Where. The body of natsukium/felis#120 (no source or docs change; the two doc mirrors were corrected on the #194 branch).
Why deferred from #194. #194's plan scoped this edit as step 3 of its close-out, and the replacement text is already drafted. Both
fj issue editandfj issue commentwere refused by the local permission classifier, not by Forgejo, so the edit could not be applied in the #194 session. It is a mechanical paste of prepared text, not a fix to the #194 diff — until it lands, one of the three places the false claim lived is still uncorrected and a reader of #120 is still misled.Split from #194.
Applied to #120: the shm clause is gone and the body now names the real local cost (one socket copy per image per window subscriber; shm exists only for the Kitty t=s producer-to-daemon transfer).