-
Notifications
You must be signed in to change notification settings - Fork 439
Add support for /entry/$ENTRY_ID
URIs
#9542
New issue
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
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
Co-authored-by: Lucas Meurer <[email protected]>
Co-authored-by: Lucas Meurer <[email protected]>
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
tested with : import rerun as rr
rr.init("rerun_example_any_values", spawn=True)
rr.log(
"any_values",
rr.AnyValues(
redap_url="rerun+http://localhost:51234",
redap_entry_url="rerun+http://localhost:51234/entry/18344CFCB4A74EF664f155c1fbf04e83",
redap_partition_url="rerun+http://localhost:51234/dataset/18344CFCB4A74EF664f155c1fbf04e83?partition_id=ILIAD_7ae1bcff_2023_06_04_17h_55m_44s",
),
) |
if file_path.endswith(".rs"): | ||
continue | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ill split up app.rs and revert this in a follow-up pr
Related
What
Add support for "entry" uris, in the form of:
When opened by the viewer, the corresponding server is added (if needed) and the entry is selected.
TODO: