- Aug 24, 2024
-
-
dakkar authored
-
- Aug 22, 2024
-
-
dakkar authored
karilaa.app seems down, and I've not heard from them plasmatrap has been running our release candidate for a few days
-
- Aug 19, 2024
- Aug 18, 2024
-
-
dakkar authored
It's trivial to have more than 128 requests in flight: open a busy timeline, scroll a bit down, wait for many notes to arrive, scroll to the top. The frontend will send "subscribe to note" messages for each new note that it accumulated, all at once. We don't want to shut down the connection in those common cases!
-
dakkar authored
* the frontend opens 2 websockets at startup (I'm not completely clear why), and that `minInterval:1sec` was breaking the second connection * as the comment says, "catching up" generates many noteSubscribe messages
-
- Aug 17, 2024
- Aug 16, 2024
-
-
Julia authored
-
dakkar authored
we're doing the same thing that Fastify does in the non-streaming ServerService
-
Marie authored
-
dakkar authored
3f73251d reworked the way `offsetMode` is handled, to allow reactive `ComputedRef<boolean>` in addition to a simple `boolean`, so that custom emoji search could easily switch between the faster `sinceId`/`untilId` pagination and the slower `offset` as needed. Or it would have, if I had written the correct expression! I wrote `props.offsetMode` instead of `props.pagination.offsetMode`, so it was always `false` I have *no idea* how I didn't notice, I swear I tested it
☹️ Anyway, factoring out the nested ternaries makes the whole thing clearer and less prone to mistakes. And I have tested it, this time.
-
- Aug 15, 2024
-
-
dakkar authored
-
- Aug 14, 2024
- Aug 06, 2024
-
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
we were inconsistent with the colons, thanks to usedbunny for noticing!
-
dakkar authored
mostly, `ph-bold` was replacing the font-family, so we're now using `sk-icons-lg`
-
Hazelnoot authored
Co-authored-by:
かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
-
Marie authored
-
Marie authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-