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
DisconnectedSpace
There is currently a required boolean for disconnect space such that we have to log;
rr.DisconnectedSpace(True)
At a minimum we should provide a default value of True here but it's also unclear whether logging:
rr.DisconnectedSpace(False)
has the expected behavior.
The text was updated successfully, but these errors were encountered:
DisconnectedSpaces
true
Document DisconnectedSpaces boolean (#3760)
5c1c3e2
…and default it to `True` in Python. * Closes #3599 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3760) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/3760) - [Docs preview](https://rerun.io/preview/cecd2521e2e1a3affba182ee448f107ce40942ab/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/cecd2521e2e1a3affba182ee448f107ce40942ab/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/) --------- Co-authored-by: Jeremy Leibs <[email protected]>
emilk
Successfully merging a pull request may close this issue.
There is currently a required boolean for disconnect space such that we have to log;
At a minimum we should provide a default value of True here but it's also unclear whether logging:
has the expected behavior.
The text was updated successfully, but these errors were encountered: