Ecosyste.ms: Timeline

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

rerun-io/rerun

emilk opened an issue on rerun-io/rerun
Move `re_video` from `crates/store` to `crates/utils`
It's not part of the store
abey79 created a comment on an issue on rerun-io/rerun
Closing this because CI has been invented so that developper aren't force to use outdated tools :)

View on GitHub

abey79 closed an issue on rerun-io/rerun
Make sure all developers are on Python 3.8
Python 3.8 is our minimum supported version. Everything that works in 3.8 is likely to work in future Python version (Python is good at backwards compatibility). The problem is that sometimes we...
abey79 created a comment on an issue on rerun-io/rerun
Duplicated by #7510 (which has now more content, some I'm closing this one)

View on GitHub

abey79 closed an issue on rerun-io/rerun
CI: systematic testing of SDK and examples on all supported (major) Python version
We currently support all current Python version from 3.8 to 3.11, and will probably aim to support 3.12 ASAP when it's out. Backward compatibility is pretty good on the language side but dependency...
teh-cmc created a comment on an issue on rerun-io/rerun
Potential workaround?: * https://github.com/rerun-io/rerun/issues/4002

View on GitHub

teh-cmc pushed 2 commits to docs-latest rerun-io/rerun
  • Update "Migration Guides" redirect to point to 0.19. (#7837) Update "Migration Guides" redirect to point to 0.19, so... 3cc5370
  • Dataframe v2: reference docs (#7820) Add a reference page for the dataframe APIs. It's still very barebones at th... 046dc85

View on GitHub

emilk opened an issue on rerun-io/rerun
Conda package lacks web-viewer: can't build web-viewer out-of-repo
There is no easy way to build the web-viewer from source from outside this repository. If one wants to build `rerun_cli` from source (e.g. for https://github.com/conda-forge/rerun-sdk-feedstock)...
teh-cmc closed an issue on rerun-io/rerun
Post-release self-triage: 0.19 edition
It's almost time for the 0.19 self-triage event. The goal is to unclog the issue backlog by looking at the issues that you specifically authored, and clean up what can be cleaned up. * Wait f...
kkysen created a comment on an issue on rerun-io/rerun
> The dependency on a locally installed `nasm` is very annoying for end users. Being in a build script, it leaks everywhere. > > `nasm` is very cheap to clone and build, that could all happen in...

View on GitHub

abey79 created a review comment on a pull request on rerun-io/rerun
Typo. Also, I'm slightly surprised by this branch. To start with, it covers a case that's outside o what is "allowed" by typing annotations (not that the latter protect from anything, but may warra...

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun
Nice API improvement

View on GitHub

abey79 created a review on a pull request on rerun-io/rerun
Nice API improvement

View on GitHub

yaobo-lab starred rerun-io/rerun
yvanst starred rerun-io/rerun
iamhucong starred rerun-io/rerun
renmengkai starred rerun-io/rerun
kyoko-df starred rerun-io/rerun
zx950921 starred rerun-io/rerun
github-actions[bot] created a tag on rerun-io/rerun

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

github-actions[bot] published a release on rerun-io/rerun
Development Build
This is a prerelease. It is not intended for production use. Please report any issues you find. ## Example Hosted App https://rerun.io/viewer/commit/1e529e3 ## Wheels can be installed with: ``` p...
github-actions[bot] deleted a tag rerun-io/rerun

prerelease

hohowt starred rerun-io/rerun
emilk created a comment on an issue on rerun-io/rerun
This seems to be a problem on Safari, and maybe elsewhere too: https://x.com/chrisoffner3d/status/1847625953544966249

View on GitHub

teh-cmc created a comment on an issue on rerun-io/rerun
This can be done in all languages by first spawning a viewer and then logging the blueprint as a file. E.g. (pseudo-code): ```python rr.spawn() rr.log_file_from_path("my_blueprint.rrd) ```

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
Extend C++ API to allow to pass rbl file for spawning Visualizier
0.15.0 Viewer supports rbl files but it requires to manually load rbl to Visualizer when it is opened. Would be better to extend API to allow pass RBL file in spawn at logger side (`rr_spawn_opt...
teh-cmc created a comment on an issue on rerun-io/rerun
Fixed by chunk-based timeseries

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
Resetting view by double clicking not working with huge amount of TimeSeriesScalar logs
<!-- First look if there is already a similar bug report. If there is, upvote the issue with 👍 --> **Describe the bug** <!-- A clear and concise description of what the bug is. An image is go...
teh-cmc created a comment on an issue on rerun-io/rerun
That should be fixed -- `Menu > Save` barely allocates nor copies these days.

View on GitHub

teh-cmc closed an issue on rerun-io/rerun
RAM usage seems excessive during ".rrd" file export
<!-- First look if there is already a similar bug report. If there is, upvote the issue with 👍 --> **Describe the bug** This is probably an edge case, when testing the C++ API I used it to lo...
Load more