Skip to content
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

Nothing is displayed when only timeless data has been logged #1175

Closed
teh-cmc opened this issue Feb 9, 2023 · 2 comments · Fixed by #1763
Closed

Nothing is displayed when only timeless data has been logged #1175

teh-cmc opened this issue Feb 9, 2023 · 2 comments · Fixed by #1763
Assignees
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface
Milestone

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Feb 9, 2023

What the title says.

Try it yourself:

from __future__ import annotations

import rerun as rr

rr.init("please_show_something", spawn=True)
rr.log("my_point", rr.Points3D([1, 1, 1]))

image

from __future__ import annotations

import rerun as rr

rr.init("please_show_something", spawn=True)
rr.log("my_point", rr.Points3D([1, 1, 1]), timeless=True)

image

@teh-cmc teh-cmc added 🪳 bug Something isn't working ui concerns graphical user interface 😤 annoying Something in the UI / SDK is annoying to use labels Feb 9, 2023
@emilk emilk added the good first issue Good for newcomers label Apr 3, 2023
@jleibs jleibs self-assigned this Apr 4, 2023
@teh-cmc teh-cmc linked a pull request Apr 4, 2023 that will close this issue
2 tasks
@abey79 abey79 reopened this Dec 4, 2023
@abey79
Copy link
Member

abey79 commented Dec 4, 2023

Reopening this issue because for some reason this has regressed.

@abey79 abey79 added 🏎️ Quick Issue Can be fixed in a few hours or less and removed good first issue Good for newcomers labels Dec 4, 2023
@abey79 abey79 added this to the Triage milestone Dec 4, 2023
@teh-cmc
Copy link
Member Author

teh-cmc commented Jan 9, 2024

Closing because this has un-regressed :trollface:

@teh-cmc teh-cmc closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants