Review for October 2025

I've skipped many months, but I want to try to get back to this.

Open source contributions

  • Deno 2.5.5: Fix Deno's implementation of os.cpus() erroring on Android or when CPU info isn't available (denoland/deno#31097). This is, however, unintentionally almost identical to Termux's downstream patch, which I didn't know existed when I investigated the issue for myself. The difference is that I concluded this change should apply to all platforms, since os.cpus() is specified in Node docs and implemented in Node to just return an empty array if it can't read CPU info.

My own projects

Translations

  • Submitted zh_TW translation to Gpick (thezbyg/gpick#231)
  • Submitted a bit of translation to KDE (revisions r1719444 and r1720668)