07:08 | <annevk> | TabAtkins: no, only for tuples |
07:09 | <annevk> | TabAtkins: maybe something like (name -> value, name2 -> value) could work if we wanted to go there |
15:48 | <annevk> | GitHub made "block user" redirect to the organization blocked user page, making blocking a user and deleting an issue a three-step process rather than a two-step process (it ought to be a one-and-half-step process whereby as part of blocking you select the option to also delete their activity) |
15:48 | <annevk> | It's almost as-if they don't actually study common moderation flows |
17:27 | <TabAtkins> | annevk: Yeah, I just considered making a small struct a tuple to reduce the wordiness of defining one to pass to an algo, so a literal syntax would be nice. I'll open an issue. |
20:02 | <TabAtkins> | Domenic: sorry for suddenly giving you a lot of webidl work |
20:02 | <TabAtkins> | ^_^ |
20:02 | <Domenic> | Eh, seems like a good prod. Maintenance on Web IDL has been hard. |
20:05 | <TabAtkins> | It's gotten a lot better since the last time I deep dove on it, actually. Like the getter/setter steps stuff is quite nice to use actually, and I should rewrite a good bit of stuff to use it now. |