Results 1407 comments of Nutomic

CI is failing because of changes in js-client.

This is basically done, we are just missing the 4 link fields. But I dont think thats important, I've already seen someone reproduce it with a markdown table. So I'd...

Okay, but might be worth to open a new issue specifically for that identity verification, because it would need some additional work which isnt mentioned here.

Mastodon only adds `rel=me` if the linked website also links back to the same Mastodon profile, to ensure that it belongs to the same user. There are also some additional...

The current production db on lemmy.ml is 68.7 GB, so it looks like the migrations almost doubled its size. For comparison here are the current table sizes: |table_name | pg_size_pretty...

@dessalines Please check the db size again now that https://github.com/LemmyNet/lemmy/pull/5874 is merged.

Had a look at the size of a table row containing a single post upvote. Based on this the db size should be identical to 0.19. For 0.19: ``` select...

It would be relatively easy to create a custom type `ActionDateTime` which manually implements `ToSql` and `FromSql` in order to handle conversions between unix timestamp and datetime string. To avoid...