Ecosyste.ms: Timeline

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

rerun-io/rerun

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

teh-cmc closed a pull request on rerun-io/rerun
Checkout `docs-latest`'s docs/ back to `main`
The docs are out of sync -- something has gone wrong.
teh-cmc opened a pull request on rerun-io/rerun
Checkout `docs-latest`'s docs/ back to `main`
The docs are out of sync -- something has gone wrong.
teh-cmc pushed 1 commit to cmc/doc_shenanigans rerun-io/rerun
  • checkout docs-latests docs/ 5cd1328

View on GitHub

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

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

emilk created a review comment on a pull request on rerun-io/rerun
This is the core of it. I'll work on having access to `VideoCache` here, and then we can resolve this in a follow-up PR. …or we add functionality to `re_mp4` to very quickly parse an .mp4 to onl...

View on GitHub

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

View on GitHub

emilk pushed 1 commit to emilk/videos-in-own-space-views rerun-io/rerun
  • Disable the double-video parsing e4e30b4

View on GitHub

emilk created a comment on a pull request on rerun-io/rerun
Actually, I just realized this means each video is parsed twice, which is… not great. I'll look into giving `MaxImageDimensionSubscriber` access to `VideoCache`

View on GitHub

emilk opened a pull request on rerun-io/rerun
Fix heuristics: Put each video in its own spaceview
### What * Coses https://github.com/rerun-io/rerun/issues/7821 ![image](https://github.com/user-attachments/assets/69c8d206-6332-40c3-aa66-bb96ada3772c) ### Checklist * [x] I have read and ...
emilk pushed 1 commit to emilk/videos-in-own-space-views rerun-io/rerun
  • Handle images and videos without media types 23469b0

View on GitHub

abey79 opened an issue on rerun-io/rerun
Add a global setting to set a mapbox access token
#6561 adds a new map view to rerun. In order to enable mapbox as background, a mapbox token must be provided. Initially, it's done via the `RERUN_MAPBOX_ACCESS_TOKEN`, but that setting should be ed...
emilk pushed 5 commits to emilk/videos-in-own-space-views rerun-io/rerun
  • Simplify and robustify handling of image loading 5fa4475
  • Add `MediaType::is_video` 9493923
  • Refactor `re_renderer::Video` constructor 97c7eb3
  • Add profile scopes to video loading 8b57ed4
  • Handle videos in `MaxImageDimensions` 1263409

View on GitHub

jprochazk pushed 1 commit to jan/more-pixi-build-targets 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 | | ------- | ----- | | d165cf2f18fe0555ce7c1e50378b719c89f4a621 | https://landing-8zztlscqw-rerun.vercel.app/docs |

View on GitHub

jprochazk opened a pull request on rerun-io/rerun
Add some more build targets
### What Adds - `rerun-build-native-and-web` - `rerun-build-native-and-web-release` - `py-build-common-web-viewer` - `py-build-common-web-viewer-release` ### Checklist * [x] I have read ...
jprochazk created a branch on rerun-io/rerun

jan/more-pixi-build-targets - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

emilk created a review comment on a pull request on rerun-io/rerun
Can we return errors instead please to set a good example? using `anyhow` should be pretty easy, and probaly reduce line count (`?` is shorter than `.unwrap()`)

View on GitHub

emilk created a review comment on a pull request on rerun-io/rerun
```suggestion mesh, ```

View on GitHub

emilk created a review comment on a pull request on rerun-io/rerun
should these be `pub`?

View on GitHub

emilk created a review comment on a pull request on rerun-io/rerun
What is the difference between a model and a mesh? How does `CpuModel` relate to `CpuMesh`? Is there a `GpuModel` ?

View on GitHub

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

View on GitHub

jprochazk opened an issue on rerun-io/rerun
Add option to auto-deploy docs upon PR merge
Currently to deploy docs you must: 1. Merge a PR into `main` 2. Cherry-pick your docs changes into the `docs-latest` branch We can simplify this process by automating step (2). The idea is to add ...
emilk created a comment on an issue on rerun-io/rerun
Let's start simple: * Add a `Cookbook` header to rerun.io/docs * Just write markdown. Low bar: no code testing etc * Maybe add a GitHub label to tell CI to cherry-pick a PR into `doc-latest` Once ...

View on GitHub

YXL76 starred rerun-io/rerun
emilk created a comment on an issue on rerun-io/rerun
In particular: `rerun folder_of_videos/` should produce one space-view per video

View on GitHub

gavrelina created a comment on an issue on rerun-io/rerun
TLTR: Yes! I think it's a very good practice to make the whole label actionable to whatever action it belongs to, as it improves the affordance (in the case of the issue: open/close through the...

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
We can't protect against all weird macros that other libraries might set. But we should at least try to avoid the most common problems, and X11 is pretty common. # Solution alternatives I think...

View on GitHub

emilk reopened an issue on rerun-io/rerun
Python SDK incompatible with old GLIBC
# In short The Rerun Python SDK is incompatible with GLIBC 2.17, and therefore CentOS 7. I don't know what is our minimum required GLIBC version. # Problem [A user reported](https://discord...
Load more