Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rerun-io/rerun

emilk created a branch on rerun-io/rerun

emilk/add-missing-changelog-itesm - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

langlichong starred rerun-io/rerun
abey79 created a comment on an issue on rerun-io/rerun
No longer a thing

View on GitHub

abey79 closed an issue on rerun-io/rerun
Remove huge padding left of the plot area in timeseries space views
<img width="360" alt="Screenshot 2024-01-16 at 09 35 00" src="https://github.com/rerun-io/rerun/assets/2624717/80b96034-01be-4142-9ef7-f33f8bbc554e">
teh-cmc created a review comment on a pull request on rerun-io/rerun
I wouldn't use zero for anything but an error/unknown state, it's so easy for zeroes to slip in unnoticed...

View on GitHub

teh-cmc created a review on a pull request on rerun-io/rerun

View on GitHub

abey79 created a comment on an issue on rerun-io/rerun
not a useful issue

View on GitHub

abey79 closed an issue on rerun-io/rerun
Tracking Issue: Add SpaceView/Container workflow
## High priority (Late January 2024 cycle) - [x] close modal on click (one can only add a single item per opening of the modal): https://github.com/rerun-io/rerun/pull/4927 - [x] remove the big...
abey79 created a comment on an issue on rerun-io/rerun
unclear

View on GitHub

abey79 closed an issue on rerun-io/rerun
Python codegen: generate `eq` field attribute for `np.array` types
Doing so would enable to rewrite such test: ``` assert np.all(vec.xyz == np.array([1, 2, 3]) ``` into: ``` assert vec == Vec3D([1, 2, 3]) ```
abey79 created a comment on an issue on rerun-io/rerun
No longer reproduces

View on GitHub

abey79 closed an issue on rerun-io/rerun
Glitch in data view when multiple components are selected
When more than one component is selected, all but the first have a glitch in their data `ScrollArea`: https://github.com/rerun-io/rerun/assets/49431240/bc2fbfd0-c804-482e-8ff3-ab5c04be60b9 (D...
abey79 created a comment on an issue on rerun-io/rerun
Done in https://github.com/rerun-io/rerun/pull/3372

View on GitHub

abey79 closed an issue on rerun-io/rerun
Add helper class for pinhole's intrinsics matrix
**Describe the annoyance** Creating the pinhole intrinsics matrix with a raw numpy array is annoying, especially in tutorials and examples (e.g. [here](https://github.com/rerun-io/rerun/blob/4a5...
abey79 created a comment on an issue on rerun-io/rerun
No longer reproduces as of 0.19: <img width="2028" alt="image" src="https://github.com/user-attachments/assets/3a2325f9-4301-4066-b600-0a633765d5a2"> The transform does trigger a 3D view, but t...

View on GitHub

abey79 closed an issue on rerun-io/rerun
Heuristics fails to account for 2D primitive when (spurious) transforms exists
Consider this code: ```python import rerun as rr rr.init("test_heuristics") rr.connect() rr.log("transform", rr.Transform3D(translation=[0, 0, 0])) rr.log("point", rr.Points2D([0, 0])) r...
abey79 created a comment on an issue on rerun-io/rerun
Closing as no longer clear to me 😅

View on GitHub

abey79 closed an issue on rerun-io/rerun
The `ViewPart` system should report its ability to handle the Visible History feature
This would be used to decide if the UI is displayed or not (see `should_display_visible_history()` introduced by #4123
abey79 created a comment on an issue on rerun-io/rerun
Closing as wont fix (at least for now)

View on GitHub

abey79 closed an issue on rerun-io/rerun
Automatic scaling of the data density graph can have distracting behavior
The data density graph behaves weirdly when scrolling up and down: https://github.com/rerun-io/rerun/assets/49431240/6916403d-f1d2-436f-90e1-fc13069dd44b Reproduced with the Rust-version of t...
emilk created a comment on an issue on rerun-io/rerun
This was user error - I did > scripts/generate_changelog.py --commit-range 0.18.2..HEAD and should have done > scripts/generate_changelog.py --commit-range 0.18.0..HEAD I'll see if I can make t...

View on GitHub

abey79 created a comment on an issue on rerun-io/rerun
Closing as not a useful issue

View on GitHub

abey79 closed an issue on rerun-io/rerun
Tracking issue: improve Python codegen
- [ ] #2623 - [ ] #2650 - [ ] #2648 - [x] #2658 - [x] #2659 - [x] #2661 - [x] #2665
abey79 created a comment on an issue on rerun-io/rerun
Closing as not a useful issue

View on GitHub

abey79 closed an issue on rerun-io/rerun
Streams Panel UI improvements
### Design - [x] A small circle is used as icon for components. From afar, this looks awfully close to the diamond used for entities in the Blueprint Tree UI, which is confusing. ### Behaviour fi...
nikolausWest created a comment on an issue on rerun-io/rerun
I think optimally we should have a button to download all docs on the docs page to make the flow of adding these to your AI coding assistant as easy as possible

View on GitHub

teh-cmc pushed 86 commits to zehiko/remote-store-codec rerun-io/rerun
  • Dataframe v2: no more encodings (#7711) Removes `JoinEncoding` and all things related. We'll bring that back in o... 9d46fb1
  • `highlight_issues.py --list-external` to list all open external issues (#7714) f84a80b
  • Fix main (merge race -- dead import) (#7715) 8839891
  • Use published `egui_table` (#7718) ### What * https://github.com/rerun-io/egui_table/releases/tag/0.1.0 ### Chec... bef497b
  • Use published re_mp4 (#7719) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/r... 7e35f7f
  • Use published re_rav1d (#7723) With this we should be able to publish an alpha-release of our crates ### Checklis... 91f32e5
  • Release 0.19.0-alpha.4 (#7724) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 84ceefd
  • Fix decoding errors no longer showing (#7722) ### What * Fixes #7672 <img width="1598" alt="image" src="http... 1d8bff9
  • Release 0.19.0-alpha.5 (#7725) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 0ba7593
  • Support RGB av1 video on native (#7726) ### What Before: <img width="1104" alt="image" src="https://github.com/... 8dcb2f4
  • Rename "filter is not null" in UI and code (#7712) ### What Rename "filter by event" to "filter is not null" ever... 0e6a68d
  • Show chroma subsampling & monochromeness on Blob properties (#7721) ### What * Related to #7672 <img width="2... 43d9ed7
  • Bump `re_rav1d` to 0.1.2 (#7730) Enables SIMD av1 decoding routines on Linux. 5f6e8f5
  • Remove recursive dependency of `re_video` on itself (#7732) ### What Our crate publishing hanged due to a cyclic (d... eee32e0
  • Release 0.19.0-alpha.6 (#7731) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... d32612c
  • Release 0.19.0-alpha.7 (#7734) ### Next steps - Test the release - If this is an 'alpha' release, you can just mer... 381dee7
  • Add NOLINT block to `lint.py` (#7720) ### What Add `NOLINT_START`/`NOLINT_END` markers to `lint.py`, to exclude e... 57b15b0
  • Require nasm for AV1 decoding, unless on arm64 macOS (#7742) ### What * Closes https://github.com/rerun-io/rerun/is... 6fb673b
  • Make the entity path in the table view clickable (#7746) ### What ![clickable-table-paths](https://github.com/use... 8fccf39
  • Add a How-to guide for the dataframe API (#7727) ### What This PR introduces a How-to guid for the dataframe API ... 6535073
  • and 66 more ...

View on GitHub

abey79 created a comment on an issue on rerun-io/rerun
Closing as not a useful issue

View on GitHub

abey79 closed an issue on rerun-io/rerun
Recordings Tree UI Improvements
- [ ] #3626 - [ ] Make more explicit how Blueprints, App IDs and Recordings are related
abey79 opened an issue on rerun-io/rerun
Run tests on lowest supported python version in CI
Doing so 90% solves https://github.com/rerun-io/rerun/issues/7510, so that's what we should start doing. Since we're about to drop 3.8, we should run tests on 3.9 for now.
Load more