For now? I'm experimenting on an old concept.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Be a little bit more specific.

+2 -1
+2 -1
client/src/lumina_client.gleam
··· 783 783 "Given close reason: " 784 784 <> premixed.text_cyan({ 785 785 case reason { 786 - lustre_websocket.AbnormalClose -> "Abnormal close" 786 + lustre_websocket.AbnormalClose -> 787 + "Abnormal close (no close frame was received)" 787 788 lustre_websocket.FailedExtensionNegotation -> 788 789 "Failed extension negotation" 789 790 lustre_websocket.FailedTLSHandshake -> "Failed TLS handshake"