You can write backbends in Typescript, It’s what the *keys use.
I’d be willing to help, but I’d like to know you’re logic for such a niche community needing 5 mods? I can’t imagine such a community would get more traffic than, say, !yurimemes@lemmy.blahaj.zone and I wouldn’t call that community under-moderated.
As someone who spends more money than I should on music from Bandcamp, I’m interested to see if they ever get payments working. I remember people talking about a federated BC alternative, where the 10% platform fee goes to the instance you’re on, when they got bought by that music licensing company.
Also, first paragraph under “Integrating with the Fediverse”, you put Bandcamp when I think you meant Bandwagon.
Yeah, I’m not going to defend Mastodon’s frankly bizarre Like system. It’s not even a privacy thing as favourites are fully public.
It simply can’t really happen due to the technical way Mastodon and Lemmy function. I’m not sure if there is a way to address this on either side (or if the developers would be willing to do so even if there was).
Mastodon needs to implement group support, you can follow the issue here (don’t get your hopes up though).
Unreleated, but I’ve also noticed that sometimes I can’t log in using Photon until I’ve logged in using the “default” web UI, and then coming back to Photon and refreshing fixes it.
This is probably due to some server instability we’ve had lately. We’ve resolved it, so hopefully it shouldn’t happen again.
Hit the time stamp after the username, or the dead space after it.
For anyone else annoyed by this, I’ve created a userscipt to auto expand the textarea. It’s not perfect, but it’s better than nothing.
// ==UserScript==
// @name Autoexpand textarea
// @namespace Violentmonkey Scripts
// @match https://p.feddit.uk/*
// @grant none
// @version 1.0
// @author flamingos-cant
// @description 06/08/2024, 21:05:31
// ==/UserScript==
function updateHeight(textarea) {
var text = textarea.target.value;
var lineHeight = 1.25 * parseFloat(getComputedStyle(document.documentElement).fontSize);
var taHeight = textarea.target.scrollHeight - 16 * 2;
var lines = Math.max(Math.ceil(taHeight / lineHeight), 8);
textarea.target.rows = lines;
}
setInterval((function () {
let textareas = document.getElementsByTagName("textarea");
for (let textarea of textareas) {
textarea.addEventListener("input", updateHeight);
}
}), 2000);
Yeah, the text box getting its own scroll window instead of expanding is annoying. It can be expanded, but I imagine that’s a pain to do on mobile.
Absolutely get that, I’ve been doing some stuff with markdown lately and I didn’t realise I could hate a file format so much. Best of luck, friend.
Nothing related to deployment, but I’ve noticed photon doesn’t let you escape markdown like other clients do.
E.g. This:
\>watches french thing
\>gets mad when it's subversive and weird
???
Get’s displayed like this in photon:
Yeah, no issues so far.
btw, I still have problems with large posts not coming through from !lemmydirectory@lemmy.dbzer0.com
Looked into this and I think I’ve sorted it, forgot to recreate the docker images for the automod so config changes weren’t actually applying. I’ve manually fetched some of the missing posts and they now show up.
It’s because you’re banned on SJW for some reason, their modlog says ‘automod’ so it’s probably a false positive.
It is! I wanted sappho.club, but some bastard is sitting on the domain.
https://lemmy.world/c/herfriend@sappho.social
Either of those should work.
EDIT: I see that the “fediverse” link for posts has been removed. I posted this to lemmy.ml from a lemmy.world account and there’s no way for me to get the lemmy.ml link now. And when I crosspost it it shows a lemmy.world link instead of the lemmy.ml one. I think this should be changed [back].
That’s how it’s always worked??? The fediverse button goes to the canonical source, which is the post on the poster’s instance. The button doesn’t show up because you’re already looking at the source.
I’ve heard good things about Sharkey, it’s what blahaj uses for their microblog stuff.
There’s also Iceshrimp, though last I heard they were becoming their own thing written in C#.
The others I know about don’t seem to be maintained. Can’t speak to using them, I find the interface far too busy (default Mastodon UI users).