Andreas Reich

Results 521 comments of Andreas Reich

@jprochazk might be worth another look. I found that browsers got quite a bit better since we last did an extensive round of testing might also be related though to...

Thanks for the kind words! I agree, it would be pretty neat to easily extract that data and log it to Rerun, renamed the issue accordingly. So far you'd have...

(renamed ticket because we already have "snapshot tests" using the "insta" framework)

@rgolovanov the missing symbols you hit there are from a bunch of very common system dependencies. These to be accurate [`ws2_32.dll Bcrypt.dll Userenv.dll ntdll.dll`](https://github.com/rerun-io/rerun/blob/0.12.1/rerun_cpp/CMakeLists.txt#L86) Afaik whole-archive linking is generally discouraged...

@traversaro awesome! Would you mind creating a PR that adds this to the docs somewhere in here https://github.com/rerun-io/rerun/tree/main/rerun_cpp#build--distribution ?

Of course, whenever you feel comfortable with it :)

Status quo is that we're setting the property for the rerun target itself here https://github.com/rerun-io/rerun/blob/main/rerun_cpp/CMakeLists.txt#L30 and document that this is something that needs to be done for anyone using Rerun...

Does no longer repro with Chrome `137.0.7151.69` on Windows Want to try on Mac as well

Also doesn't happen on Chrome `137.0.7151.70` on Mac either anymore. Looks like this got fixed!

Despite some mitigations, Linux is failing this benchmark ~spuriously~. Need to look into that before merging even if it shows up green on pending re-run (mostly curious if the same...