Jacob Hoffman-Andrews

Results 271 issues of Jacob Hoffman-Andrews

Right now blocktogether.js forks off two workers, to take better advantage of the two-CPU frontend it runs on. But in dev, this just slows down restarts and creates other minor...

Since this reflects how recently an account has been active, it's likely to be a useful way to sort large lists of blocks.

If you have more than 500 blocks, and want to unblock all of them for any reason, right now you have to do it page by page. There should be...

It would be nice to see only entries of a given type, e.g. 'subscription' or 'low-followers'.

When checking/unchecking boxes in Settings, or when clicking buttons like 'Unblock selected' or 'Block all and subscribe', there isn't good feedback that there's a request in progress. On fast connections...

Right now actions.js runs in batches every 3 minutes, which means a maximum rate of 100 actions per user per 3 minutes. It would be better to start the next...

Right now My Blocks and viewing someone else's block list use the same Mustache template and JS code, but they have more different than in common now. It may make...

Sometimes people want to bulk unblock a lot of accounts, but not necessarily have those accounts whitelisted in the future. Either: 1) Batch unblocking from the UI shouldn't whitelist accounts....

Some unblocks did not get recorded in the Actions table because of rate limiting on /users/lookup. It should be possible to reconstruct the set of all users who have been...

Right now, when fanning out unblocks from subscriptions, for each user we immediately check whether they manually blocked the account before enqueueing the unblock. With popular block lists, this gets...