• Joined on 2021-12-01
mia pushed to master at mia/0x0 2022-12-20 16:19:52 +01:00
455863c138 Update requirements.txt
eebd5d8c6d Add moderation TUI
Compare 2 commits »
mia pushed to master at mia/0x0 2022-12-20 15:59:37 +01:00
cd73d9dada Update requirements.txt
26a70c00b7 Add moderation TUI
dcea8bffe1 migrations: Fix file expirations on SQLite
Compare 3 commits »
mia pushed to master at mia/0x0 2022-12-17 02:33:06 +01:00
f76dbef82f Fix NSFW detection
mia commented on issue mia/0x0#74 2022-12-16 10:44:35 +01:00
api: S3 compatibility layer

It’s just not designed for that. Also S3 is much more complicated to use in any case. I don’t see any practical benefit whatsoever.

mia closed issue mia/scanproc#7 2022-12-16 10:04:46 +01:00
Spam
mia commented on issue mia/0x0#74 2022-12-16 05:21:23 +01:00
api: S3 compatibility layer

No.

mia closed issue mia/0x0#74 2022-12-16 05:21:23 +01:00
api: S3 compatibility layer
mia closed issue mia/scanproc#8 2022-12-14 20:49:26 +01:00
Spam
mia pushed to master at mia/0x0 2022-12-13 23:41:23 +01:00
57c4b6853f Prevent unreasonably long MIME types
mia pushed to master at mia/0x0 2022-12-13 23:18:43 +01:00
77801efd21 Fix URL test issue
d5763a9854 File: Fix 404 case with secret URLs
Compare 2 commits »
mia pushed to master at mia/0x0 2022-12-13 23:05:11 +01:00
aaf0e4492a Record file sizes in db
6055a50948 File: Add is_nsfw property
Compare 2 commits »
mia commented on issue mia/Aegisub#1 2022-12-13 09:35:43 +01:00
Segfault in Wayland session when wxWidgets is built without EGL support

As a workaround, you can run this:

mkdir -p ~/bin
echo -e '#!/bin/sh\nGDK_BACKEND=x11 /usr/bin/aegisub "$@"' > ~/bin/aegisub
chmod +x ~/bin/aegisub

That creates a wrapper…

mia commented on issue mia/Aegisub#1 2022-12-13 09:22:15 +01:00
Segfault in Wayland session when wxWidgets is built without EGL support

Can you try running GDK_BACKEND=x11 aegisub?

mia commented on issue mia/Aegisub#1 2022-12-13 08:51:24 +01:00
Segfault in Wayland session when wxWidgets is built without EGL support

Are you running Aegisub in a Wayland session? Sadly, that is unsupported, and wxWidgets is making it very difficult to do that. On Tumbleweed, wxWidgets also isn’t built with EGL support in…

mia pushed to main at mia/aoc2022 2022-12-12 09:57:03 +01:00
5f0fdc1736 12: Solve in Python
mia pushed to master at mia/0x0 2022-12-12 07:41:08 +01:00
b1ed63c401 README: Add note about StreamMaxLength in clamd.conf
mia pushed to master at mia/0x0 2022-12-12 07:35:11 +01:00
a904922cbd Add support for ClamAV
mia pushed to master at mia/0x0 2022-12-12 07:27:08 +01:00
7bf0291cfc Add support for ClamAV
mia pushed to main at mia/aoc2022 2022-12-12 00:13:42 +01:00
87291b54e5 11: C: Get LCM by prime factorization
mia pushed to main at mia/aoc2022 2022-12-12 00:08:42 +01:00
b38eab7062 11: C: Get LCM by prime factorization