• Joined on 2022-08-29
mia opened issue AkkomaGang/akkoma#586 2023-07-12 08:24:14 +00:00
[feat] Upload filter to remux ISOBMFF (“.mp4”) for streaming
mia commented on issue FoundKeyGang/FoundKey#393 2023-06-09 16:23:24 +00:00
Cannot unpin followers-only notes

Huh I could’ve sworn I reloaded the profile page… Oh well.

mia closed issue FoundKeyGang/FoundKey#393 2023-06-09 16:23:24 +00:00
Cannot unpin followers-only notes
mia opened issue FoundKeyGang/FoundKey#393 2023-06-07 22:34:27 +00:00
Cannot unpin followers-only notes
mia commented on issue FoundKeyGang/FoundKey#370 2023-05-31 17:44:19 +00:00
Feature request - OCR

If you’re gonna run OCR on the backend, might also consider EasyOCR on especially beefy systems. It’s much better in my experience, except it doesn’t…

mia commented on issue FoundKeyGang/FoundKey#390 2023-05-30 20:13:58 +00:00
Relays no longer working

Does this chart help?

image

mia opened issue FoundKeyGang/FoundKey#390 2023-05-30 18:13:48 +00:00
Relays no longer working
mia opened issue FoundKeyGang/FoundKey#371 2023-04-08 19:20:45 +00:00
Drive: Find notes associated with a file
mia opened issue FoundKeyGang/FoundKey#369 2023-03-28 16:04:24 +00:00
Drive: Moving files does not refill end of list
mia opened issue FoundKeyGang/FoundKey#368 2023-03-28 10:54:02 +00:00
Drive: Changing caption inserts duplicate entry
mia opened issue FoundKeyGang/FoundKey#367 2023-03-28 10:51:48 +00:00
Drive: Renaming files does not update view
mia opened issue FoundKeyGang/FoundKey#364 2023-03-21 19:48:05 +00:00
FE sometimes shows unread mentions/notifications that don’t exist
mia opened issue FoundKeyGang/FoundKey#363 2023-03-21 19:37:40 +00:00
Cannot delete non-empty Drive folders
mia opened issue FoundKeyGang/FoundKey#362 2023-03-21 19:34:18 +00:00
Scrolling in Drive always appends all directories
mia opened issue FoundKeyGang/FoundKey#360 2023-03-19 15:07:47 +00:00
Cannot attach multiple files from Drive
mia opened issue FoundKeyGang/FoundKey#358 2023-03-19 07:53:23 +00:00
Cannot attach files from Drive
mia opened issue FoundKeyGang/FoundKey#356 2023-03-17 23:06:53 +00:00
Attached audio download button points to [object Object] URL
mia commented on issue FoundKeyGang/FoundKey#331 2023-02-04 00:38:09 +00:00
Duplicate key error during migration

In the meantime, I’ve run

UPDATE "note" SET "url" = NULL WHERE "url" IN (SELECT "url" FROM "note" GROUP BY "url" HAVING COUNT("url") > 1);

which completed within 2 seconds. The…

mia commented on issue FoundKeyGang/FoundKey#331 2023-02-04 00:10:28 +00:00
Duplicate key error during migration

Yeah this isn’t gonna finish anytime soon. Figure out a better query.

mia commented on issue FoundKeyGang/FoundKey#331 2023-02-03 23:09:23 +00:00
Duplicate key error during migration

That is a very slow query. Been running for almost 10 minutes now…