Ecosyste.ms: Timeline

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

rerun-io/rerun

jprochazk pushed 1 commit to jan/zerocopy-mp4-read rerun-io/rerun

View on GitHub

jprochazk created a comment on a pull request on rerun-io/rerun
We still copy each sample when we enqueue a chunk, which feels like it should not be necessary. It would be nice to have direct access to the video data arrow buffer in decoders, so that we can ind...

View on GitHub

jprochazk created a branch on rerun-io/rerun

jan/zerocopy-mp4-read - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

teh-cmc opened an issue on rerun-io/rerun
Add a `how-to: load a csv into Rerun`
jprochazk created a branch on rerun-io/rerun

jan/ws-perf-investigation - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.

LuMen-ze starred rerun-io/rerun
abey79 created a comment on a pull request on rerun-io/rerun
> > For the scope of this PR, the recommended/optional components should be included only so long as they are actually supported by the view. If they are not, then it's fine to drop them—we can add...

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
My gut feeling would be to minimise the feature set for this PR and skip any sort of "auto-scroll" mode. The MVP would be: - `CenterPosition` view property (datatype: `DVec2D`) to store the center...

View on GitHub

abey79 created a review on a pull request on 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
@jleibs tells me there is: https://ref.rerun.io/docs/python/0.19.0/common/blueprint_apis/#rerun.blueprint.Blueprint.save It's just hard to find right now. I'll slip a word regarding this in m...

View on GitHub

Wumpf pushed 28 commits to andreas/separate-meshload-gpu-upload rerun-io/rerun
  • Bring back the `py-docs` pixi environment (#7818) ### What - Resolves: https://github.com/rerun-io/rerun/issues/606... 587cfce
  • Clarify viewport documentation and reference the type list for view classes (#7826) ### What * Fixes #3039 ###... 9773d8a
  • Allow logging individual components directly (Impl `AsComponents` for all `ObjectKind::Component`) (#7756) <!-- Ope... 1cc6244
  • Mike depends on setuptools (#7829) ### What Fixes regression from https://github.com/rerun-io/rerun/pull/7818 ##... fb3980b
  • Release 0.19.0 (#7799) ### Next steps - Test the release - If this is an 'alpha' release, you can just merge the p... e568694
  • Remove py-tasks feature from py-docs env (#7835) ### What Fixes task ambiguity on the `py-build` task: ``` ➜ pix... 5b66659
  • Update "Migration Guides" redirect to point to 0.19. (#7837) Update "Migration Guides" redirect to point to 0.19, so... 6d86699
  • Dataframe v2: examples (#7817) Full standalone Rust & Python examples for people who like to learn by jumping strai... 31d5943
  • Fix Rust dna sample writing to a temporary file (#7827) c00a9f6
  • Dataframe v2: reference docs (#7820) Add a reference page for the dataframe APIs. It's still very barebones at th... d0ee720
  • Mimalloc 0.1.43+ (#7713) * Includes fix for https://github.com/purpleprotocol/mimalloc_rust/issues/128 * Potential... 0033e78
  • Bump numpy -> 0.23, pyo3 -> 0.22.5, and arrow -> 53.1 (#7834) - Resolves: https://github.com/rerun-io/rerun/issues/7... d6e8ca4
  • Add remote store protobuf/gRPC definitions (#7674) In this PR we aim to define initial version of the V0 storage nod... 454b7ca
  • Fix main (snippet opt-out shenanigans) (#7839) ddb2ca9
  • Fix main (more snippet opt-out shenanigans) (#7840) 1e529e3
  • Introduce codec for the gRPC QueryResponse payload (#7733) Initial version of codec for gRPC query response payload ... 14a7dd4
  • Checkout `docs-latest`'s docs/ back to `main` (#7851) f8c5f9b
  • Add some more `pixi` build targets (#7848) 3e505c9
  • reference/viewer/viewport: add dataframe view to the list (#7852) * Closes #7499 ### Checklist * [x] I have read... fe6e3b6
  • Add ml_depth_pro example (#7832) ### What https://github.com/user-attachments/assets/b7adac6a-60e4-4a1c-a27b-3... ef13c80
  • and 8 more ...

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
yes, that makes it easy & convenient to consturct them in mesh loaders. see gltf loader could make them pub(crate) I guess :shrug:

View on GitHub

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

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for 222a679851eee25dac52ff9901d189dc77f3adcc 3c325ff

View on GitHub

Wumpf closed an issue on rerun-io/rerun
enum SortingStatus::Unsorted conflicts with define in X.h
**Describe the bug** The attempt to compile C++ project with X11 leads to an error **To Reproduce** Steps to reproduce the behavior: Just run compilation of the project which includes <rerun....
Wumpf deleted a branch rerun-io/rerun

emilk/undef-unsorted

Wumpf pushed 1 commit to main rerun-io/rerun
  • C++: Improve error message when finding X11 macro `Unsorted` (#7855) * Closes https://github.com/rerun-io/rerun/issu... 222a679

View on GitHub

Wumpf closed an issue on rerun-io/rerun
enum SortingStatus::Unsorted conflicts with define in X.h
**Describe the bug** The attempt to compile C++ project with X11 leads to an error **To Reproduce** Steps to reproduce the behavior: Just run compilation of the project which includes <rerun....
Wumpf closed a pull request on rerun-io/rerun
C++: Improve error message when finding X11 macro `Unsorted`
* Closes https://github.com/rerun-io/rerun/issues/7846 Some C library uses macros for constants, which makes those identifiers unusable by any other library in the same global namespace. So anyone...
Wumpf created a review on a pull request on rerun-io/rerun

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
Related to: * https://github.com/rerun-io/rerun/issues/7445

View on GitHub

teh-cmc opened an issue on rerun-io/rerun
No way to save just a blueprint from the API
I want to save a blueprint to a file for later use (e.g. from another language). Saving the blueprint from the viewer (`Menu > Save blueprint`) works fine, but doing it from code leads to issues...
Wumpf created a comment on an issue on rerun-io/rerun
I don't think there's much more we can do other than putting this into the troubleshooting guide since this seems to be an issue with old pip versions.

View on GitHub

Wumpf closed an issue on rerun-io/rerun
Cannot install under WSL2 Ubuntu 20.04
Tried the pip3 install, I get the error: ERROR: Could not find a version that satisfies the requirement rerun-sdk (from versions: none) ERROR: No matching distribution found for rerun-sdk No...
Wumpf created a comment on an issue on rerun-io/rerun
cmd+c works fine for me both in 0.19 and 0.17, but right click menu is missing indeed I used https://rerun.io/viewer/version/0.17.0?url=https%3A%2F%2Fapp.rerun.io%2Fversion%2F0.19.0%2Fexamples...

View on GitHub

Wumpf created a comment on an issue on rerun-io/rerun
let's hide negative values always. making this a setting is more confusing than helpful imho

View on GitHub

endlesswho starred rerun-io/rerun
Wumpf closed an issue on rerun-io/rerun
Weird reloading on rerun.io/examples
Just want to point out that there is a bit of reloading issue on firefox on the rerun website: Whenever I click on an example, I'm taken back to the example home page despite not clicking on goi...
github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun

View on GitHub

Load more