Conversation
Contributor
Deployed docs
|
Wumpf
reviewed
Apr 26, 2024
f98f34c to
18bc9f6
Compare
Wumpf
reviewed
Apr 26, 2024
crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds.fbs
Outdated
Show resolved
Hide resolved
4e0215b to
a99e900
Compare
Member
Author
wth is happening here!? (works on main) EDIT: unrelated issue fixed in #6120 |
a99e900 to
d0b4777
Compare
5 tasks
Wumpf
approved these changes
Apr 29, 2024
Member
Wumpf
left a comment
There was a problem hiding this comment.
nice! quite some re-usable goodies in there (:
| None | ||
| } | ||
| PromiseResult::Ready(data) if data.len() == 1 => Some(data[0].clone()), | ||
| PromiseResult::Ready(data) => { |
Member
There was a problem hiding this comment.
ah so the warning we saw was simply a bug
| } | ||
|
|
||
| /// TODO(andreas): Should turn this "inside out" - [`SpatialSpaceViewState`] should be used by [`View2DState`]/[`View3DState`], not the other way round. | ||
| /// TODO(andreas): Should turn this "inside out" - [`SpatialSpaceViewState`] should be used by [`View3DState`], not the other way round. |
|
|
||
| namespace rerun.datatypes; | ||
|
|
||
| // --- |
Member
There was a problem hiding this comment.
you seem to be as undecided as me on keeping these clement'isms or not 😄 (you removed it in a different file in this PR but add it here)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Usage:
Checklist
mainbuild: rerun.io/viewernightlybuild: rerun.io/viewerTo run all checks from
main, comment on the PR with@rerun-bot full-check.