Cory McWilliams cory
cory commented on pull request cory/tildefriends#45 2024-05-30 12:12:03 -04:00
WIP: git submodules

Yep, I think we've done everything that can be done from this for now. Closing. Thanks.

cory closed pull request cory/tildefriends#45 2024-05-30 12:12:03 -04:00
WIP: git submodules
cory pushed to main at cory/tildefriends 2024-05-29 20:18:18 -04:00
7a2974e54f Working on 0.0.20.
cory pushed tag v0.0.19 to cory/tildefriends 2024-05-29 19:55:22 -04:00
cory pushed to main at cory/tildefriends 2024-05-29 19:53:31 -04:00
f4dfc1dd98 Let's release 0.0.19.
cory opened issue cory/tildefriends#65 2024-05-29 19:50:18 -04:00
@mentions are broken in Chrome
cory commented on issue cory/tildefriends#64 2024-05-28 22:15:56 -04:00
Don't OOM when syncing

It reoccurred.

cory reopened issue cory/tildefriends#64 2024-05-28 22:15:41 -04:00
Don't OOM when syncing
cory pushed to main at cory/tildefriends 2024-05-27 20:36:22 -04:00
2eebfa9a7a Make the websocket disconnect message not pop up a modal dialog so that it's less annoying when it happens in the normal course of events. #60
cory pushed to main at cory/tildefriends 2024-05-27 08:24:29 -04:00
10097ffeb8 Update codemirror.
cbe1f54a2a libsodium 1.0.20.
4d8f081a59 Update libbacktrace to latest.
Compare 3 commits »
cory commented on issue cory/tildefriends#64 2024-05-27 08:16:14 -04:00
Don't OOM when syncing

Let's see if this reoccurs.

cory closed issue cory/tildefriends#64 2024-05-27 08:16:14 -04:00
Don't OOM when syncing
cory pushed to main at cory/tildefriends 2024-05-25 08:10:02 -04:00
29e79c9484 Fix collapsing images taking extra clicks.
cory pushed to main at cory/tildefriends 2024-05-25 07:46:58 -04:00
ba35869b0a sqlite 3.46.0.
cory pushed to main at cory/tildefriends 2024-05-22 20:52:52 -04:00
580688381e prettier
cory pushed to main at cory/tildefriends 2024-05-22 20:45:10 -04:00
e63d69a440 Missing generated semicolon. Sigh.
cory pushed to main at cory/tildefriends 2024-05-22 20:36:29 -04:00
be64fe04fb Auto-update all the versions.
cory pushed to main at cory/tildefriends 2024-05-22 20:31:12 -04:00
801ab20723 Merge pull request 'Add Nix support' (#62) from tasiaiso/tildefriends:tasiaiso-nix into main
3b36496dac chore: a bit more doc
4ebd6c24a9 chore: missing period in description
05451d98b3 Merge branch 'tasiaiso-nix' of https://dev.tildefriends.net/tasiaiso/tildefriends into tasiaiso-nix
22a4bce3c8 docs(nix): add documentation in default.nix
Compare 7 commits »
cory merged pull request cory/tildefriends#62 2024-05-22 20:31:11 -04:00
Add Nix support
cory pushed to main at cory/tildefriends 2024-05-22 19:54:16 -04:00
d974a5e044 An experiment in controlling memory usage when syncing. uv_read_stop when we have too active message/blob writes to the database and uv_read_start when we're back under control. #64