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/undef-unsorted - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

emilk created a comment on an issue on rerun-io/rerun
I wonder if we should just codegen `#undef Identifier` for every identifier that appears in each of our header files… ![Image](https://github.com/user-attachments/assets/afdff46d-20a0-4cc2-a9e3-89...

View on GitHub

abey79 created a comment on a pull request on rerun-io/rerun
I just discussed the data model aspect of this PR with @jleibs and we reached the following decision. We introduce a new `GeoPoints` archetype as per this outline: ``` table GeoPoints { ...

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
Half of the work is done in: * https://github.com/rerun-io/rerun/pull/7850 For the second half, we need to do one or both of the following: * https://github.com/rerun-io/rerun/issues/7481 * Pass ...

View on GitHub

emilk created a review on a pull request on rerun-io/rerun

View on GitHub

emilk opened an issue on rerun-io/rerun
Add shortcut for saving a `.puffin` profile recording
When investigating a performance problem for a customer, it would be very helpful to be able to tell them "Go Rerun Menu -> Save profile dump and send me the resulting profile.puffin file". Basi...
tfoldi created a review comment on a pull request on rerun-io/rerun
yes, I can add the underlying HTTP error message

View on GitHub

tfoldi created a review on a pull request on rerun-io/rerun

View on GitHub

tfoldi created a comment on an issue on rerun-io/rerun
it is not just a Mapbox token; we can easily add Google Bing, or other map providers - most need tokens for access. (I believe what you eventually need is some sort of centralized secret management.)

View on GitHub

tfoldi created a review comment on a pull request on rerun-io/rerun
absolutely possible, but the map center can be more than a position: - it can be in follow mode, which is useful if you have one or interconnected points. here the first logged point is always ...

View on GitHub

tfoldi created a review on a pull request on rerun-io/rerun

View on GitHub

teh-cmc pushed 1 commit to cmc/static rerun-io/rerun

View on GitHub

teh-cmc created a branch on rerun-io/rerun

cmc/static - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

abey79 created a review comment on a pull request on rerun-io/rerun
see my other note, would be great to store the map position in the blueprint as well

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
In addition to zoom level, it would be extremely valuable to store in the blueprint the scroll position (coordinate of center point?). In particular, that would make it settable from code. If that...

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
Our usual semantics for double clicking is zoom to the "bounding box", e.g. whatever area that contains the entire view content. I haven't looked into it yet. If it is involved, we can keep that f...

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
I think `selected_provider` and `access_token` are not really necessary here. We usually try to keep view states as lean as possible. My suggestion: - remove these two fields - make `map_memory` an...

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
As discussed, this is probably no the right archetype to initially support. Either Point2D or some custom type.

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun
This generally looks in excellent shape. Thanks for this contribution! I'm not yet completely done with my review, here are already some comments.

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun
This generally looks in excellent shape. Thanks for this contribution! I'm not yet completely done with my review, here are already some comments.

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
Introduce new class of `send_` APIs starting with `send_columns`
## Overview This is a fairly small change with far-reaching implications. The change establishes a new implicit precedent and divides our data APIs into two categories. - `log_` APIs which u...
github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:add-pr-comment --> ## Deployed docs | Commit | Link | | ------- | ----- | | 51de94eaf312e999c18095c263edd5b9b297af15 | https://landing-8rqhaiow0-rerun.vercel.app/docs |

View on GitHub

teh-cmc opened a pull request on rerun-io/rerun
reference/viewer/viewport: add dataframe view to the list
* Closes #7499 ### 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-i...
teh-cmc created a branch on rerun-io/rerun

cmc/dataframe_ref - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

teh-cmc deleted a branch rerun-io/rerun

cmc/doc_shenanigans

teh-cmc pushed 1 commit to main rerun-io/rerun
  • Checkout `docs-latest`'s docs/ back to `main` (#7851) f8c5f9b

View on GitHub

Load more