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
- Moved my command for moving Org headings to files into its own package, org-heading-to-file.
- read-timestamp, a function that I've wanted for a while that allows input of ISO 8601 timestamps with up/down commands, instead of having to type them out manually.
- k-kdesvn: implement a
clonesubcommand which will set up a new checkout in my style (partial SVN checkout from root plus a local Git repository) - @kisaragi-hiu/cached-fetch: allow fetcher to return a string or a
Promise<string>, which makes it useful for wrappingspawnSynccalls (kisaragi-hiu/cached-fetch:736c560f) - evil-cutlass: Rewrite
Translations
- Submitted
zh_TWtranslation to Gpick (thezbyg/gpick#231) - Submitted a bit of translation to KDE (revisions r1719444 and r1720668)