Dan Lyke 20:31:09+0000 (2026-07-07)— twitter (1/0) facebook (0/0) flutterby (1/1) — Lat,Lon: (38.2249,-122.628)

Today in great compiler errors, turns out that: Argument of type 'Component<TypeName, unknown>' is not assignable to parameter of type 'string'. Means I misspelled a member name in TypeName. I loathe this language.

Dan Lyke 00:49:51+0000 (2026-07-07)— twitter (1/0) facebook (0/0) flutterby (1/1) — Lat,Lon: (38.2249,-122.628)

Ya know, Typescript, if you're smart enough to figure out what that function is returning, maybe don't whine when I don't explicitly specify a return type for it? (I'm stuck in a maze of little Mithril types, all different.)