We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rr.disable_timeline
C++ is about to introduce rr.disable_timeline, which replaces rr.set_time_sequence("timeline", None).
rr.set_time_sequence("timeline", None)
We should be consistent across our SDKs, and apply the same change to the Python and Rust SDKs.
The text was updated successfully, but these errors were encountered:
disable_timeline
New disable_timeline APIs in all supported languages (#4068)
85949ce
Also fix a bug in the C/C++ SDKs where only sequential timelines would be disabled. - Fixes #3845
teh-cmc
Successfully merging a pull request may close this issue.
C++ is about to introduce
rr.disable_timeline
, which replacesrr.set_time_sequence("timeline", None)
.We should be consistent across our SDKs, and apply the same change to the Python and Rust SDKs.
The text was updated successfully, but these errors were encountered: