Ecosyste.ms: Timeline

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

rerun-io/rerun

emilk created a comment on an issue on rerun-io/rerun
We should be compatible with any glibc 2.17+, see: * https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html * https://github.com/rerun-io/rerun/issues/7788 * https://g...

View on GitHub

emilk closed 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...
shadowdrgon starred rerun-io/rerun
emilk created a comment on an issue on rerun-io/rerun
We've rewritten this code path so many times; I'm gonna just assume this isn't an issue anymore

View on GitHub

emilk closed an issue on rerun-io/rerun
`rr.log(…, rr.Image(…))` slow
A user reported logging 4k video frames using `log_image` (without jpeg compression) and streaming it to the Rerun Viewer. The SDK was the bottle-neck, NOT the viewer. I want to understand why. ...
emilk created a comment on an issue on rerun-io/rerun
@gavrelina what do you think about this?

View on GitHub

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

abey79 created a comment on an issue on rerun-io/rerun
> How should someone add a cookbook for a coming Rerun version that uses features that aren't yet supported? Maybe just a release branch on `rerun-io/cookbook` that we merge just after rerun rel...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages rerun-io/rerun
  • Update docs for 14a7dd42b5c5086af15dc9694e280d81ee88ec5d e2ba73f

View on GitHub

zehiko deleted a branch rerun-io/rerun

zehiko/remote-store-codec

zehiko pushed 1 commit to main rerun-io/rerun
  • Introduce codec for the gRPC QueryResponse payload (#7733) Initial version of codec for gRPC query response payload ... 14a7dd4

View on GitHub

zehiko closed a pull request on rerun-io/rerun
Introduce codec for the gRPC QueryResponse payload
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add a...
teh-cmc closed an issue on rerun-io/rerun
Proposal: Introduce new `ColumnSelector` to use in query APIs.
To simplify construction of queries, we will offer a new simplified collection of `Selector` types. Given a Schema, each of these types should resolve to a single `ColumnDescriptor`. ```rust //...
rgolovanov opened 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....
nikolausWest created a comment on an issue on rerun-io/rerun
Cons with the `rerun-io/cookbook` repo approach: - Version mismatches: - How should someone add a cookbook for a coming Rerun version that uses features that aren't yet supported? - How ar...

View on GitHub

teh-cmc opened an issue on rerun-io/rerun
Static semantics need a dedicated doc page
* What are they? * When should you use them? * How much space does static data take: * In the viewer? * In a recording file? * How can one compact static data in a recording? * Other?
abey79 created a comment on an issue on rerun-io/rerun
I have a proposal to go about this: 1) We create a new (public) repo `rerun-io/cookbook`. 2) That repository is just a collection of markdown files in folders. 3) Landing page has a new "Cookbook"...

View on GitHub

teh-cmc created a comment on an issue on rerun-io/rerun
> On the other hand, building `nasm` ourselves is much worse for reproducible, hermetic builds, and the trend has been to stop doing this. I don't follow how relying on binaries from the user's ...

View on GitHub

zehiko pushed 1 commit to zehiko/remote-store-codec rerun-io/rerun

View on GitHub

zehiko created a review comment on a pull request on rerun-io/rerun
good point!

View on GitHub

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

View on GitHub

zehiko created a review comment on a pull request on rerun-io/rerun
done

View on GitHub

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

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
Duplicate of https://github.com/rerun-io/rerun/issues/2255

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
This is unblocked by: * https://github.com/emilk/egui/pull/5166

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
This is unblocked by: * https://github.com/emilk/egui/pull/5166

View on GitHub

emilk created a comment on an issue on rerun-io/rerun
* Cause: https://github.com/purpleprotocol/mimalloc_rust/issues/128 We've worked around this on `main`, and have also update mimalloc

View on GitHub

emilk closed an issue on rerun-io/rerun
Crash in `slice::from_raw_parts`
No repro yet ``` thread 'rayon-10' panicked at 'unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to ex...
emilk opened 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...
Load more