@m33@pasta.ga m33
  • Joined on 2022-11-21
m33 commented on issue FoundKeyGang/FoundKey#98 2022-12-18 11:14:26 +00:00
"Clear cache" sometimes doesn't properly clear the cache

There's still https://mk.toast.cafe/patches/clear-cache-v1.patch which seems to work well for me, but someone had an issue with it (I forget what it was).

any chances you still got the patch…

m33 commented on issue FoundKeyGang/FoundKey#277 2022-12-14 06:37:20 +00:00
Recurrent TypeError in logs

preview3

m33 commented on issue FoundKeyGang/FoundKey#277 2022-12-13 21:12:32 +00:00
Recurrent TypeError in logs

If you need some tests, or have a patch to debug this issue I can try to provide more feedback

m33 commented on pull request FoundKeyGang/FoundKey#281 2022-12-11 19:39:48 +00:00
different error images

Don't know much more about how theses pics are actually in use, or not. How relevant is patching migration files and all.

All ressources should be self hosted, on one' instances and not this…

m33 created pull request FoundKeyGang/FoundKey#281 2022-12-11 19:06:03 +00:00
main
m33 pushed to main at m33/FoundKey 2022-12-11 19:01:18 +00:00
70539d9d49 patch image from external site to foundkey repos
m33 pushed to main at m33/FoundKey 2022-12-11 18:57:53 +00:00
e3ba614028 patch image from external site to foundkey repos
m33 pushed to main at m33/FoundKey 2022-12-11 18:46:43 +00:00
d8b765243e add assets for info error not-found pics
m33 pushed to main at m33/FoundKey 2022-12-11 18:45:29 +00:00
481223e6fb redirect to akkoma depot ressources
m33 pushed to main at m33/FoundKey 2022-12-11 18:26:44 +00:00
962fe03566 replace AI scoolgirl pics
m33 pushed to main at m33/FoundKey 2022-12-11 18:23:44 +00:00
99b1d78fb8 replace AI scoolgirl pics and example post content
m33 created repository m33/FoundKey 2022-12-11 17:39:33 +00:00
m33 opened issue FoundKeyGang/FoundKey#277 2022-12-08 15:53:18 +00:00
Recurrent TypeError in logs
m33 commented on issue FoundKeyGang/FoundKey#258 2022-12-01 16:15:34 +00:00
Why is the K in FoundKey capitalized?

I like it, reminds me of early days of programming when Hungarian notation was a thing.

m33 commented on issue FoundKeyGang/FoundKey#250 2022-11-28 23:37:47 +00:00
Emoji picker randomly fail to load emojis pictures

It's a browser caching issue.

I don't know the root cause, but missing emojis disapear when you actively clear all cached datas using the browsers developper console. Not only session cookies,…

m33 commented on issue FoundKeyGang/FoundKey#250 2022-11-28 22:38:42 +00:00
Emoji picker randomly fail to load emojis pictures

I wonder where the emoji picker take its emoji list. It shows emojis text shortcuts that are missing from the emoji's table in the database, that must be wrong

m33 commented on issue FoundKeyGang/FoundKey#250 2022-11-28 22:34:30 +00:00
Emoji picker randomly fail to load emojis pictures

Could you please run this SQL query in your database to check something:

SELECT COUNT(1) FROM "emoji" WHERE "host" IS NULL AND "originalUrl" NOT IN (SELECT "url" FROM "drive_file"
m33 commented on issue FoundKeyGang/FoundKey#250 2022-11-28 18:34:48 +00:00
Emoji picker randomly fail to load emojis pictures

Did you remove the emoji recently or modify the database directly? It might still be cached and should fix itself sooner or later.

No recent emoji suppresion or modification, no direct…

m33 commented on issue FoundKeyGang/FoundKey#250 2022-11-28 17:56:24 +00:00
Emoji picker randomly fail to load emojis pictures

I think I have a clue, it seems emojis missing from the picker are not show in the admin/emoji panel. That would explain why they don't show in the picker, and the ascii shortcut is shown instead…