Ecosyste.ms: Timeline

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

rerun-io/rerun

abey79 created a branch on rerun-io/rerun

antoine/fix-column-sizes - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

Wumpf deleted a branch rerun-io/rerun

andreas/pin-sysroot

Wumpf pushed 1 commit to main rerun-io/rerun
  • Pin sysroot to 2.17 to ensure cpp builds are linking against correct libc (#7792) ### What As indicated by the la... f0e4076

View on GitHub

Wumpf closed a pull request on rerun-io/rerun
Pin sysroot to 2.17 to ensure cpp builds are linking against correct libc
### What As indicated by the lack of pixi.lock changes, this was already the case. Making it explicit to avoid issues when removing dependencies & to hedge against copy&paste surprises. ### Check...
github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for 998a931567f4a1d708d2273438b09b9e1d241928 0b6b1f8

View on GitHub

emilk created a review comment on a pull request on rerun-io/rerun
Why add these imports here? I removed them in https://github.com/rerun-io/rerun/pull/7794

View on GitHub

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

View on GitHub

emilk created a review comment on a pull request on rerun-io/rerun
I believe these were just unnecessary??

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on a pull request on rerun-io/rerun
<!-- add-pr-comment:pr-7794-11381024400 --> Started a full build: https://github.com/rerun-io/rerun/actions/runs/11381030749

View on GitHub

emilk created a comment on a pull request on rerun-io/rerun
@rerun-bot full-check

View on GitHub

emilk opened a pull request on rerun-io/rerun
Fix Rerun 3.9 compatibility: Remove imports of `TypeAlias`
### What * This should fix https://github.com/rerun-io/rerun/issues/7793 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTI...
emilk created a branch on rerun-io/rerun

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

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

teh-cmc created a comment on an issue on rerun-io/rerun
Okay I'll fix A to start with, that should be trivial.

View on GitHub

emilk opened an issue on rerun-io/rerun
We now require Python 3.10
https://github.com/rerun-io/rerun/pull/7357 added `from typing import TypeAlias`. `TypeAlias` was [added in Python 3.10](https://docs.python.org/3/library/typing.html#typing.TypeAlias). So running ...
emilk created a comment on a pull request on rerun-io/rerun
This PR added a dependency on `TypeAlias` which was added in Python 3.10, making Rerun incompatible with earlier Rerun versions: ``` ❯ python --version Python 3.9.12 ❯ python test.py /tmp/d...

View on GitHub

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

View on GitHub

teh-cmc created a comment on an issue on rerun-io/rerun
A) The file was saved from the viewer using the `File > Save` feature -- it seems this does not add the proper EOS marker B) I don't know how this is implemented yet, but I assume this is constant...

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
Seems like there are two problems: A) why doesn't the above .rrd have an `end-of-stream` marker? B) why doesn't ctrl-C work?

View on GitHub

teh-cmc created a comment on an issue on rerun-io/rerun
Oh interesting, I see...

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 | | ------- | ----- | | c8d9686010c9df4d4487d6eff52e01544f206c53 | https://landing-12ljnfegn-rerun.vercel.app/docs |

View on GitHub

Wumpf opened a pull request on rerun-io/rerun
Pin sysroot to 2.17 to ensure cpp builds are linking against correct libc
### What As indicated by the lack of pixi.lock changes, this was already the case. Making it explicit to avoid issues when removing dependencies & to hedge against copy&paste surprises. ### ...
emilk created a comment on an issue on rerun-io/rerun
Likely caused by: * https://github.com/rerun-io/rerun/pull/7475

View on GitHub

Wumpf pushed 1 commit to andreas/pin-sysroot rerun-io/rerun
  • Pin sysroot to 2.17 to ensure cpp builds are linking against correct libc c8d9686

View on GitHub

teh-cmc created a comment on an issue on rerun-io/rerun
This seems to be only true with rrd files, passing e.g. a jpeg to that program seems fine.

View on GitHub

teh-cmc opened an issue on rerun-io/rerun
`rr.log_file_from_path` just hangs indefinitely
Try this: ```python import sys import rerun as rr path_to_rrd = sys.argv[1] rr.init("rerun_example_dataframe", spawn=True) rr.log_file_from_path(path_to_rrd) ``` On 0.18.2, this works j...
nikolausWest created a comment on an issue on rerun-io/rerun
- closed by: https://github.com/rerun-io/rerun/pull/7643

View on GitHub

nikolausWest closed an issue on rerun-io/rerun
Add a "Get data out of Rerun" section to docs
As soon as we expose the dataframe APIs, we need a docs section under Getting Started called "Get data out of Rerun". <img width="324" alt="Screenshot 2024-09-12 at 21 20 05" src="https://github...
Load more