(@tripplehelix@fosstodon.org)
Di 08.11.2022
Beiträge: 4.908Folgt: 218Folgende: 164
Hey, I'm Tom. I've loved technology for as long as I remember.
A big believer in all life is equal. Live by the statement “There's a reason for everything”.
Tech Runs:
Me: 🧠 🏳️🌈 🛏️ 🐱 ☕
Location | England |
Website | |
GitLab | |
Codeberg | |
Föderation EN Sa 14.12.2024 19:00:46
The Jingle Jam are doing an extreemly poor job with advertising what's going on and when. The Calendar is near useless, I'm finding things that were on after the fact via their youtube.
Föderation EN Mo 29.07.2024 12:28:13
@cheeaun You think there needs to be something at the bottom of long posts like this to suggest there's more? The crop just looks like something broken.
(Medien: 1)
Föderation EN Fr 19.07.2024 20:36:31
I cannot figure out what this error is trying to tell me.
```
Failed Dependency (424)!
Sorry, but this page couldn't be served.
"could not obtain repo owner from custom domain"
```
Can anybody help? I've used the tutorial on codeberg for setting up a custom domain, I've made the .domains file and I've edited cloudflares DNS settings. It's not being proxied.
Föderation EN Mi 17.07.2024 17:52:03
Looks like gitlab is going to be sold off... That sucks.
Föderation EN Fr 14.06.2024 12:20:32
@cheeaun Notification thread grouping? Would something like this be possible. So for example, if you receive numerous replies from a single thread, they don't fill up your notifications unless you expand them.
Föderation EN Fr 31.05.2024 14:10:43
@cheeaun When minimising the compose window, would it be possible to fade out the background first before the shrink animation? It's quite jarring on dark mode, with the entire background shrinking.
Föderation EN Mi 22.05.2024 15:24:20
@cheeaun This is the second time I've seen this. Seems opening a profile in a new tab for ActivityPub users opens to JSON. Also, profiles are empty. Guessing this might be a federation issue. But shouldn't there be a fallback action for this while federation is borked? The username is `@awakari` for investigation. Or is this just spam? On fosstodon the same action opens the profile on fosstodon.
Föderation EN Fr 17.05.2024 10:45:13
Föderation EN Do 21.03.2024 14:37:25
@cheeaun Multi line code snippets when?
```
if [ $(type flatpak 2>/dev/null | grep -c "is /") -eq 1 ];
echo -e \n$TITLE"Cleaning and updating Flatpak..."\n$RESET
flatpak uninstall --unused
flatpak update
end
```