Soni L.
Soni L.
see, it's making nils.
still makes it hard/impossible to debug.
Here's a different use case: ``` local temp if (temp = t.a) and (temp = temp.b) and (temp = temp.c) ``` Which would translate to ``` local temp; temp =...
It shows a post as being authored by multiple authors: the multiple icons, the multiple display names, etc. (It also posts it on both accounts but w/e.) There needs to...
plural systems.
twitter added a weird co-posting feature recently and this is basically that.
this is also a must-have for #19924 (and, to a lesser extent, #18789) because it requires solving some important issues like how to properly encode multiple senders in a way...
We're saying admins can be abusive. Or, as we've previously described it, "you wouldn't safeword an admin". We'd argue this is the biggest drawback of mastodon. And mastodon should absolutely...
This is also important for uncoupling identities from instances. Which is important to make moving easier. Honestly we should make an effort to make it harder for admins to do...
I would like it to use my exception type rather than a pyparsing-controlled exception type. besides, for `addCondition` I'd be using `lambda: False` which is probably frowned upon.