Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-01-21 20:55:38 -05:00
b46c6cf00c core: Oops, another leak.
31ec26868b ssb: Fix new reactions not showing up.
Compare 2 commits »
cory commented on issue cory/tildefriends#138 2026-01-21 20:29:32 -05:00
"General" tab in ssb app sometimes shows no messages.

Oh, yes, that timeout would be the main query that gets messages for the general tab.

Spitballing:

  • If you restart the process, it will re-analyze tables and might find a better strategy. If…
cory pushed to main at cory/tildefriends 2026-01-21 18:35:10 -05:00
2c00f272b3 build: Disable QuickJS DUMP_LEAKS on all release builds.
cory pushed to main at cory/tildefriends 2026-01-21 18:20:21 -05:00
50a551626d core: Crash fix.
f883ff850e core: process.sendIdentities JS => C.
45c3a7b479 core: More progress loading apps from message.
Compare 3 commits »
cory commented on issue cory/tildefriends#138 2026-01-21 16:53:33 -05:00
"General" tab in ssb app sometimes shows no messages.

Hmmmm. Anything in the browser console? ctrl+shift+i or such.

That 💻CPU indicator looks pretty busy. Oh, and actually that output is probably from searching for private messages, which is…

cory pushed to main at cory/tildefriends 2026-01-21 12:43:20 -05:00
5c23c115c8 core: Begin to allow running an app by message ID.
cory pushed to main at cory/tildefriends 2026-01-20 21:52:16 -05:00
d0af5c775f httpd: Allow specifying a download filename without forcing content-disposition: attachment. Fix mime type detection which has apparently been broken for a long time.
cory pushed to main at cory/tildefriends 2026-01-20 21:11:02 -05:00
253410f868 ssb: Batch message and blob notifications in an effort to stop overwhelming the browser during large sync operations.
52011687d2 docs: Add a little diagram of infrastructure.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-19 16:17:48 -05:00
117a63cf74 welcome: Add media link.
905b91606f storage: Slight SQL cleanup.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-18 21:57:13 -05:00
60e20f5215 codemirror: Consolidate some imports.
cory pushed to main at cory/tildefriends 2026-01-18 21:20:21 -05:00
17d18e12d2 build: Merge the codemirror and prettier configuration.
58084407fa update: CodeMirror.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-17 17:13:30 -05:00
cf8ae147de bookclub: Attempt to resolve emoji names.
cory pushed to main at cory/tildefriends 2026-01-17 09:55:26 -05:00
897ff50ba8 bookclub: Oops, fix rating display.
cory closed issue cory/tildefriends#137 2026-01-17 08:48:01 -05:00
Bookclub
cory pushed to main at cory/tildefriends 2026-01-17 08:47:49 -05:00
a47e748045 bookclub: Incorporate updates to the book description.
8cd0cd2ec3 bookclub: Add some style to the loading screen.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-15 22:36:46 -05:00
5fb6fcb9f6 ssb: Fix refs duplicating in the ui.
cory pushed to main at cory/tildefriends 2026-01-15 22:13:28 -05:00
b8be63136a bookclub: Submitting reviews basically works.
ae70ed0097 bookclub: Beginnings of a review form.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-14 20:55:18 -05:00
c5d7b6637f ssb: Link to bookclub.
0a371d8fe8 bookclub: Don't overlap reviews.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-01-14 20:32:59 -05:00
5061216c1b bookclub: Still plugging away at editing.
7d681756b2 bookclub: Beginnings of book editing.
9417d933b6 bookclub: Show usernames.
3cdb0c39b6 bookclub: Allow navigating to books and render individual reviews.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2026-01-14 12:47:56 -05:00
ff70feff7f bookclub: Start to add some structure to this code.