You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #3813 requests a way for Console.save_svg() to capture only the final frame of a Live session. The current recorder writes every intermediate refresh, so SVG exports can balloon into multi-frame animations even when users only need the last state (e.g., to include a dashboard snapshot in a paper).
I prototyped a branch (troysis/rich → save-live-final-frame) that replays the recorded segments to compute the final frame before exporting, exposed via a final_only kwarg. Before I open a PR, I wanted to confirm whether you’d treat this as (a) a bug fix / extensibility hook, or (b) a “new feature” that falls outside the current contribution policy.
Questions:
Would adding a hook (e.g., exposing the replay helper but leaving saving behavior unchanged) be preferable?
Is there an existing extension point I should use instead?
Happy to iterate however best fits the project. Thanks for the guidance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Rich team,
Issue #3813 requests a way for
Console.save_svg()to capture only the final frame of aLivesession. The current recorder writes every intermediate refresh, so SVG exports can balloon into multi-frame animations even when users only need the last state (e.g., to include a dashboard snapshot in a paper).I prototyped a branch (
troysis/rich→save-live-final-frame) that replays the recorded segments to compute the final frame before exporting, exposed via afinal_onlykwarg. Before I open a PR, I wanted to confirm whether you’d treat this as (a) a bug fix / extensibility hook, or (b) a “new feature” that falls outside the current contribution policy.Questions:
Happy to iterate however best fits the project. Thanks for the guidance!
Beta Was this translation helpful? Give feedback.
All reactions