Results 1407 comments of Nutomic

@db0 In particular we can assign activities to a specific queue by post_id: `queue_id = post_id modulo 10` (or alternatively using community_id).

Maybe we can use [something like this](https://github.com/seanmonstar/reqwest/issues/262#issuecomment-370513998) to get notified when the entire activity is sent, and then send out the next one. However that would require changes inside the...

I agree we should go for simpler solutions if possible. No point overengineering something which may not even work in the end. The activity sequence id makes sense in this...

> Ah, those are CDNs. No, I'm not OK with removing any of those because they will cause large performance degradations on the site in the context of Apertium's servers...

We recently added some [settings in Lemmy] for the way votes are shown. This will be included in 0.19.4.

The field `community_view.counts.subscribers` shows the number of community followers across all instances. There was a bug before 0.19 where this would only show local followers in case of a local...

There was https://github.com/LemmyNet/lemmy/pull/4475 but it wouldnt break sidebar edits. Best to write an api test for remote mod actions and see where things fail.

I would consider bypassing some domains by default, such as imgur you mentioned. Because most admins wont know which ones can break. Though it should still be possible to remove...

Yes the compile time increases directly after enabling the 64 column feature, no matter if you use them or not. Its because diesel has to generate a lot more code...