Ticket created by ~vyivel on ~emersion/gamja
Both are set to var(--gray).
Ticket created by ~vyivel on ~amolith/fediring
I'd like to request a removal of eclair.cafe from Fediring.
Ticket created by ~vyivel on ~jbauer/fediring
I'd like to request a removal of eclair.cafe from Fediring.
Ticket created by ~vyivel on ~emersion/goguma
Example: https://files.catbox.moe/fr9ea1.png
Comment by ~vyivel on ~amolith/fediring
FYI, "random" buttons on your website lead to the next website in a ring, not to a random one.
Comment by ~vyivel on ~jbauer/fediring
FYI, "random" buttons on your website lead to the next website in a ring, not to a random one.
Comment by ~vyivel on ~sircmpwn/hare
The issue is linked here: https://git.sr.ht/~sircmpwn/hare-json/tree/ba8506a2/item/encoding/json/value.ha#L188
(I believe the correct action there would be to
free(*bucket);
.
Ticket created by ~vyivel on ~emersion/goguma
Happens with e.g. "https://".
Ticket created by ~vyivel on ~emersion/goguma
Add an indicator to messages next to the nickname to show if the person in online/offline/away.
Ticket created by ~vyivel on ~sircmpwn/hare
Steps to reproduce:
- Create a directory called "main.ha".
- Create a Hare file "main.ha/main.ha".
- In "main.ha/", run
hare build
.- "main.ha/main.ha" will be overwritten with a created executable.
Go avoids this by checking whether the to-be-overwritten file is an object[1], although this might not work well with
+data
(#21).