That makes me think having something like "federated communities" could be neat, where a community on one instance could opt in to have content mirrored/visible from a community in another instance. In practice it would be something like subscribing to a community on one instance essentially being equivalent to subscribing to multiple communities on different instances, but if there is disagreement on e.g. moderation practices moderators might decide to "defederate" the communities.
ascense
joined 1 year ago
There is atleast Connect for Lemmy that I know of.
For me, I don't think I could survive without git stash, I use it daily for various reasons (e.g. for validating a small bug fix, git stash & git stash pop lets me attempt to reproduce the issue both with and without a correction). The one downside with the CLI stash command is that it's very easy to forget things in stash though, but I don't think GUIs generally support stashing?
Another one I find myself doing quite often is git checkout BRANCH -- PATH, to pull specific versions of files between branches.
The link to the release page seems broken when opening from within Thunder (v0.2.1+8), it seems like it's getting url-encoded twice. Not sure if it's an issue with Thunder, Lemmy, or the link is just bad.
EDIT: Looks to be a Thunder issue, link is fine via web UI