Cory McWilliams cory
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
cory opened issue cory/tildefriends#64 2024-05-22 19:06:39 -04:00
Don't OOM when syncing
cory opened issue cory/tildefriends#63 2024-05-22 19:02:52 -04:00
Do something smart for syncing forked feeds
cory pushed to main at cory/tildefriends 2024-05-22 18:52:04 -04:00
1be94ae0be Removed ssb.addEventListener and ssb.removeEventListener from the public API. Can do the same thing with core.register.
cory pushed to main at cory/tildefriends 2024-05-22 12:34:00 -04:00
b883e6a485 Fix username/id extending off the screen in the welcome line.
cory pushed to main at cory/tildefriends 2024-05-20 12:40:03 -04:00
a0210379ae Avoid confusing log output when responding with a method not found error.
cory pushed to main at cory/tildefriends 2024-05-16 12:42:29 -04:00
e56dc207d1 Fix some shutdown issues in connection tracker code.
cory commented on issue cory/tildefriends#60 2024-05-15 20:43:22 -04:00
Error: Closed: abnormal closure when accessing an app

@tasiaiso I know the conversation that spurred this, but do you know what this is about?

  • Am I not seeing the error as much as others, because my latency to the server is so low?
  • Is the…