-
Notifications
You must be signed in to change notification settings - Fork 334
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
Fix video loader spinner in 3D views #7544
Conversation
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.
awesome!
transform code was reasonably easy to follow. Automatic asset download would be really nice
@@ -15,6 +15,9 @@ def log_checks(args: argparse.Namespace) -> None: | |||
modules = [basename(f)[:-3] for f in modules if isfile(f) and basename(f).startswith("check_")] | |||
|
|||
for module in modules: | |||
if args.skip_checks_with_assets and "check_video" in module: |
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.
would be nice to make the list of checks with assets already a list or a property. Hard to find otherwise
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.
and on else we might just invoke the download script, then the user doesn't have to!
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.
I'll try it!
What
Test:
https://rerun.io/viewer/pr/7544?url=https%3A%2F%2Fstatic.rerun.io%2Frrd%2F0.19.0-alpha.1%2Bdev%2Fdata_dca3624dd9631b0208ab10257ec9495903699237.rrd
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.