imbev
imbev
Can you elaborate?
Yes, you can pack poetry into an Appimage.
Flatpak has a completely different approach to building and distribution from Appimage. See https://docs.flatpak.org/ I've created a manifest that almost works, but has a permission problem. Someone more experienced with...
@timothycarambat Is there an all-in-one build that's not the appimage?
https://xkcd.com/936/ Whichever password strength checking implementation is chosen, I strongly suggest that it doesn't specifically require special characters, numbers, etc. A generic entropy or length check is much preferred.
> I believe this has been discussed by previnder a few times and the plan is for it to be more like twitter (as opposed to reddit) where internal pages...
@Rexicon226 https://codeberg.org/imbev/simplematrixbotlib/pulls
Relevant part of the spec - https://spec.matrix.org/v1.3/client-server-api/#forming-relationships-between-events
The implementation in this branch does not match the current spec. Current branch: ``` content["m.relates.to"] = {"m.in_reply_to": {"event_id": reply_to.event_id}} ``` Spec ``` { "m.relates_to": { "event_id": "$an_event", "rel_type": "org.example.relationship" }...
There is also the way that Cinny does it, which scales well.