Ecosyste.ms: Timeline

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

rerun-io/rerun

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for de4c38976918ecaffd94878de2d69f67a62c8c51 2237840

View on GitHub

Wumpf closed an issue on rerun-io/rerun
Changelog generator seems to ignore changes between last patch & minor releases
Need to dig deeper but we have at least a single example of this happening: #7238 was not mentioned in the 0.19 release changelog. On the pr it says that it’s on 0.18.1/2. However, the PR landed o...
Wumpf deleted a branch rerun-io/rerun

emilk/add-missing-changelog-itesm

Wumpf closed an issue on rerun-io/rerun
Changelog generator seems to ignore changes between last patch & minor releases
Need to dig deeper but we have at least a single example of this happening: #7238 was not mentioned in the 0.19 release changelog. On the pr it says that it’s on 0.18.1/2. However, the PR landed o...
Wumpf pushed 1 commit to main rerun-io/rerun
  • Add missing items to 0.19.0 changelog (#7844) ### What * Closes #7825 When generating the changelog, I accidenta... de4c389

View on GitHub

Wumpf closed a pull request on rerun-io/rerun
Add missing items to 0.19.0 changelog
### What * Closes #7825 When generating the changelog, I accidentally wrote > scripts/generate_changelog.py --commit-range 0.18.2..HEAD and should have done > scripts/generate_changel...
Wumpf created a review on a pull request on rerun-io/rerun
nice, this should make this a lot easier in the future!

View on GitHub

grtlr created a comment on an issue on rerun-io/rerun
I've had a discussion with @abey79 today that touched upon this PR. For the graph primitives PR #7500, it would be great if we could log multiple components of the same data type to the same entity...

View on GitHub

Wumpf pushed 21 commits to andreas/improve-video-frame-reference-api rerun-io/rerun
  • 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
  • Refactor `MaxImageDimensionSubscriber` (#7850) ### What * Part of https://github.com/rerun-io/rerun/issues/7821 * ... 749b58b
  • C++: Improve error message when finding X11 macro `Unsorted` (#7855) * Closes https://github.com/rerun-io/rerun/issu... 222a679
  • Allow passing seconds/nanoseconds to `VideoFrameReference` archetype add60e9
  • use new named argument in snippet ccecf60
  • fix warning wording 1d96c77
  • and 1 more ...

View on GitHub

Wumpf pushed 1 commit to andreas/separate-meshload-gpu-upload rerun-io/rerun

View on GitHub

Wumpf created a review on a pull request on rerun-io/rerun
similar to the commentary on the parent PR I'm super happy about this being so low-hanging, but also like there the distinction of "what data is this" needs more love. In partiulcar `VideoData` is ...

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
πŸ‘ works for me, that gets it closer to the blob :)

View on GitHub

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

View on GitHub

jprochazk created a review comment on a pull request on rerun-io/rerun
maybe `video_blob`?

View on GitHub

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

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
If I understand correctly Jeremy ran into this: if it's an integer we can technically still process it just fine, it's just behaving unexpectedly

View on GitHub

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
@phanikiranwtc apologies for the huge delay. We're having trouble reproing this, could you share a project/repo that makes it easy to demonstrate the issue?

View on GitHub

thisparticle starred rerun-io/rerun
Wumpf created a review comment on a pull request on rerun-io/rerun
plz document what data this expects

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
passing the blob in here would make this easier to follow

View on GitHub

Wumpf created a review comment on a pull request on rerun-io/rerun
the combination of `re_video::VideoData` and a `video_data` parameter that isn't of that type is massively confusing

View on GitHub

Wumpf created a review on a pull request on rerun-io/rerun
similar to the commentary on the parent PR I'm super happy about this being so low-hanging, but also like there the distinction of "what data is this" needs more love. In partiulcar `VideoData` is ...

View on GitHub

Wumpf created a review on a pull request on rerun-io/rerun
similar to the commentary on the parent PR I'm super happy about this being so low-hanging, but also like there the distinction of "what data is this" needs more love. In partiulcar `VideoData` is ...

View on GitHub

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

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
You're right. Then let's just add a comment above `selected_provider` to indicate that it is used for invalidation.

View on GitHub

jprochazk created a comment on an issue on rerun-io/rerun
Even after https://github.com/rerun-io/rerun/pull/7860 we still copy video data for each sample. But `Blob` is a `Arc<Vec<u8>>` internally, so we should be able to avoid that as well. The decoder c...

View on GitHub

abey79 created a comment on a pull request on rerun-io/rerun
Let's make sure we reference https://epsg.io/4326 in the `GeoPoint` archetype and `LatLon` component.

View on GitHub

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

Load more