Cory McWilliams cory
cory pushed to main at cory/tildefriends 2025-01-02 12:42:03 -05:00
3dcafdf403 ssb: More uv_async_send paranoia. #96
cory pushed to main at cory/tildefriends 2025-01-02 12:36:04 -05:00
cd2fe9f8d9 ssb: Fix a crash on Windows when we would call uv_async_send on a handle that had already been closed. Various other cleanup and improvements along the journey. #96
cory pushed to main at cory/tildefriends 2025-01-02 08:58:14 -05:00
fd40596ce7 ssb: Every now and then I load in Chrome and see everywhere I used overflow: scroll when I wanted overflow: auto.
cory pushed to main at cory/tildefriends 2025-01-02 08:49:35 -05:00
7ecda69703 ssb: tags never got an updated CSS treatment.
cory pushed to main at cory/tildefriends 2025-01-02 08:32:22 -05:00
a3b76cd5c2 core: Let's try getting crash callstacks on win32 with a vectored exception handler.
cory commented on issue cory/tildefriends#96 2025-01-01 16:51:38 -05:00
TildeFriends crashes on Windows when talking to Manyverse

Yeah, your interpretation of the .box message is correct. There were some recent changes around that that left some unfortunate noise.

Nothing is actually jumping out at me in these logs as…

cory pushed to main at cory/tildefriends 2025-01-01 16:44:21 -05:00
54df862998 ssb: Continuing to untangle message CSS.
cory pushed to main at cory/tildefriends 2025-01-01 15:45:16 -05:00
301b7a4911 ssb: Trying to untangle some message formatting ugliness. First step: some minor refactoring.
cory commented on issue cory/tildefriends#94 2025-01-01 15:29:12 -05:00
~core/follow/ tries to parse non-JSON out of messages.content and explodes

Yep, that's exactly it. A while back I migrated that column to jsonb and never updated that particular app. Oops! Thanks.

cory closed issue cory/tildefriends#94 2025-01-01 15:29:12 -05:00
~core/follow/ tries to parse non-JSON out of messages.content and explodes
cory pushed to main at cory/tildefriends 2025-01-01 15:28:25 -05:00
e0a048abe6 follow: This app had never been updated since jsonb, whoops. #94
cory pushed to main at cory/tildefriends 2024-12-31 08:39:07 -05:00
671e3e19ff ssb: Try to stop dates from wrapping into a vertical line of single characters.
cory pushed to main at cory/tildefriends 2024-12-30 07:13:51 -05:00
0c394c2e61 ssb: Trying to keep things CSS-ing off the screen.
cory pushed to main at cory/tildefriends 2024-12-29 15:51:57 -05:00
4ecbb5234c ssb: Tweaking profile card CSS.
cory pushed to main at cory/tildefriends 2024-12-29 15:42:17 -05:00
98f1700049 ssb: Fiddling with message card and compose CSS some more.
cory pushed to main at cory/tildefriends 2024-12-29 15:15:42 -05:00
2f0b4a0187 ssb: Choose an unread notification that is a bit mire color-agnostic.
f66c6ed0c3 ssb: Fiddle with the placement of the hamburger menu, and fix the tf-compose placeholder text.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2024-12-29 15:01:52 -05:00
5d9785ac2d ssb: Why did this vertical alignment change? I will never know, but I can poke it back.
cory pushed to main at cory/tildefriends 2024-12-29 14:54:35 -05:00
bb97a8cccc ssb: Show connections in the sidebar. Fiddle with tf-user CSS to make it fit.
cory pushed to main at cory/tildefriends 2024-12-29 13:55:52 -05:00
571cf5b5b8 ssb: Color scheme is determined by day/hour/second. Couldn't help it.
cory pushed to main at cory/tildefriends 2024-12-29 13:42:01 -05:00
1974ed1c03 ssb: We don't have to wait for channel status to finish load.