• Joined on 2022-12-13
csolisr commented on issue AkkomaGang/akkoma#20 2023-08-16 15:54:32 +00:00
[investigation] take a look at the viability of groups

I tested Lemmy compatibility with the lastest stable release yesterday and it does work better now. You can follow communities now and top-level posts from Lemmy are shown as boosts on my Akkoma…

csolisr commented on issue AkkomaGang/akkoma#572 2023-07-31 14:35:30 +00:00
[bug] Lists are limited to around 180 accounts due to indexing limitations

Fixing this issue may involve converting the current way that lists are handled (as a single long string) to a form that can be better handled by the database (possibly as a set of arrays).

csolisr opened issue AkkomaGang/akkoma-fe#330 2023-07-28 17:49:05 +00:00
[feat] Adding users to lists from the user's profile page
csolisr opened issue AkkomaGang/akkoma#572 2023-06-20 19:34:14 +00:00
[bug]
csolisr commented on issue AkkomaGang/akkoma#571 2023-06-20 16:36:19 +00:00
[bug] Lemmy and kbin federation does not work

Looks like Clovis has already posted the issue into the proper upstream - that is, the Lemmy issue tracker. Should I do the same thing on…

csolisr commented on issue AkkomaGang/akkoma#569 2023-06-20 14:13:12 +00:00
[bug] High CPU usage in PostgreSQL

Just as a post-mortem: this happened to me after manually migrating from Pleroma to Akkoma - could it be we're missing a migration?

csolisr commented on issue AkkomaGang/akkoma#569 2023-06-19 23:09:22 +00:00
[bug] High CPU usage in PostgreSQL

Trying to find similar issues, I found two in upstream, one from three years ago and [another from one year ago](https://git.pleroma.soci

csolisr commented on issue AkkomaGang/akkoma#569 2023-06-19 23:00:26 +00:00
[bug] High CPU usage in PostgreSQL

I'm having a similar problem and went through pg_top to debug the issue. So far, I've found that this specific query is spamming the server:

SELECT a0."id",…
csolisr commented on issue AkkomaGang/akkoma#571 2023-06-19 20:45:49 +00:00
[bug] Lemmy and kbin federation does not work

Yeah, I already commented about the transmogrifier issues in upstream: https://git.pleroma.social/pleroma/pleroma/-/issues/3133

Also: whenever I follow a PeerTube or Lemmy/Kbin account, it…

csolisr commented on issue AkkomaGang/akkoma#370 2022-12-14 14:31:45 +00:00
[feat] Unimplemented Mastodon API features: suggestions, trends, identity proofs, featured tags

the ability to proof your account's identity by using a HTML snippet on a website you own

That's just rel="me" support which is already requested in https://akkoma.dev/AkkomaGang/akkoma/i

csolisr opened issue AkkomaGang/akkoma#370 2022-12-13 22:07:17 +00:00
[feat] Unimplemented Mastodon API features: suggestions, trends, identity proofs, featured tags
csolisr opened issue AkkomaGang/akkoma#369 2022-12-13 18:05:02 +00:00
[bug] Cannot display translated text because LibreTranslate can't detect the source language