Results 1407 comments of Nutomic

This is for some sort of diagram rendering? I would rather not add that because its pretty much out of scope, and then all other frontends and apps would also...

Lets wait with this until 0.20 is released.

Looks like this needs to be done in frontends, by calling `registerProtocolHandler(scheme, url)`

This is related to Instance agnostic links which are already implemented in the backend. So its not necessary anymore.

Lets wait until the lemmy-ui PR is merged, then it can also be backported for 0.19.11.

These changes will be in the next version which will be 0.19.12, so you can already make a PR to change that. As for the nginx config you could add...

Lemmy only supports follows from users. To support follows from groups would require changes to database constraints which is not that simple. Could you open an issue in the Lemmy...

Seems like you have the wrong kernel as mentioned [here](https://github.com/LemmyNet/lemmy/issues/5205#issuecomment-2889763118).

Feel free to make a PR for the release notes: https://github.com/LemmyNet/joinlemmy-site/blob/main/src/assets/news/2025-02-10%20-%20Lemmy%20Release%20v0.19.9.md You can test if the allocator is at fault by compiling with [these two lines](https://github.com/LemmyNet/lemmy/blob/release/v0.19/src/lib.rs#L64-L65) commented out. From what...