Jacob jacob
  • Joined on 2023-09-07
jacob pushed to main at jacob/fomo-reducer 2026-04-17 01:19:16 -04:00
62399c2046 feat: allow setting a corresponding text channel for a voice channel
612a696829 feat: mute
Compare 2 commits »
jacob pushed to main at jacob/fomo-reducer 2026-04-16 19:29:50 -04:00
2bf42e47c5 chore: eliminate rocksdb which makes everything better
50230c43b8 chore: update lockfile
Compare 2 commits »
jacob pushed to main at jacob/fomo-reducer 2026-04-16 02:03:58 -04:00
e4e274a543 fix: have to use match to detect ReceiveMessageErrorType
jacob pushed to main at jacob/fomo-reducer 2026-04-16 02:02:05 -04:00
6cd7f00028 fix: detect gateway close and failure to reconnect
jacob pushed to main at jacob/fomo-reducer 2026-04-16 01:57:38 -04:00
6a1d8f060f fix: I REALLY did this without rust-analyzer so THIS TIME fix the gateway close error path
jacob pushed to main at jacob/fomo-reducer 2026-04-16 01:53:58 -04:00
766582c9e8 fix: I did this without rust-analyzer so fix the gateway close error path
jacob pushed to main at jacob/fomo-reducer 2026-04-16 01:51:49 -04:00
784ec5e867 fix: exit the program to trigger a restart when the gateway closes
jacob pushed to main at jacob/fomo-reducer 2026-04-15 18:44:01 -04:00
dbcc155c4c chore: run the program in the same image/stage as the builder (eliminating the runner) until I fix static linking
jacob pushed to main at jacob/fomo-reducer 2026-04-15 17:46:33 -04:00
31adbc2027 chore: go back to Alpine dynamic linking since I think it's the best I can do
jacob pushed to main at jacob/fomo-reducer 2026-04-15 17:42:34 -04:00
74bd37a67f chore: remove static requirement from rocksdb
jacob pushed to main at jacob/fomo-reducer 2026-04-15 17:28:56 -04:00
e609428f95 chore: use a patched version of opendal with rocksdb static
jacob pushed to main at jacob/fomo-reducer 2026-04-15 13:12:06 -04:00
d129913235 fix: revert to Rust image
jacob pushed to main at jacob/fomo-reducer 2026-04-15 13:08:45 -04:00
066bff4c07 fix: add the unspecified Linux target
jacob pushed to main at jacob/fomo-reducer 2026-04-15 13:04:34 -04:00
509278c6eb fix: build for unspecified Linux (not specifically Alpine)
jacob pushed to main at jacob/fomo-reducer 2026-04-15 13:01:47 -04:00
f31d06bdf9 fix: force static linking
jacob pushed to main at jacob/fomo-reducer 2026-04-15 12:41:27 -04:00
d93b53267e fix: depend on capnproto-dev
jacob pushed to main at jacob/fomo-reducer 2026-04-15 12:32:06 -04:00
6ad797eaea fix: depend on capnproto
jacob pushed to main at jacob/fomo-reducer 2026-04-15 02:15:52 -04:00
4b71e5ef85 fix: try building from a base Alpine image and install cargo instead
jacob pushed to main at jacob/fomo-reducer 2026-04-15 02:03:04 -04:00
a99840ffb7 fix: depend on versions of llvm dev and static that actually exist
jacob pushed to main at jacob/fomo-reducer 2026-04-15 02:01:07 -04:00
38196e84ec fix: depend on clang and llvm static and dev