Satadru Pramanik, DO, MPH, MEng

Results 766 comments of Satadru Pramanik, DO, MPH, MEng

> We also have a very outdated x86_64 runner. Which x86_64 runner?

I'm still seeing this error using a build from the `next` branch, so it might be connected? (I'm also a pixel user...) ``` │2025-01-16 15:21:18 ERR error file=Google Photos:2014, Summer...

I restarted the upload with `--api-trace` set. Is there a way to cache the image analysis for restarting an upload?

Have you considered using timeout with highline at all? Something simple like this might work? ```ruby require 'timeout' TIMEOUT_SECONDS = 10 begin Timeout::timeout(TIMEOUT_SECONDS) do end rescue Timeout::Error end ```

I added an implementation here: https://github.com/chromebrew/chromebrew/pull/10498

This isn't a `clang` problem. `ld` seems broken... Thanks to a broken link to `libstdc++.so.6`... So that's a `glibc` issue...

Flatpak is currently broken. PRs to fix it are welcome!