Nutomic
Nutomic
Starting with an explanation what each subfolder in `crates/` is for.
broken: https://lemmy.ml/docs/en/index.htmlasd working: https://rust-lang.github.io/mdBook/cli/index.htmlasd
For wordpress compat
These result in a lot of breaking changes which arent easy to resolve. https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v100-2023-11-15 https://github.com/hyperium/http/blob/master/CHANGELOG.md#100-november-15-2023
The queue for sending outgoing activities has an in-memory storage for activities that failed to be delivered and need to be retried later, when the target server is hopefully reachable...
The `url::Url` type is awkward for our use because it has domain as an optional field, and when logging it prints individual url components instead of the full url as...
There are already traits for `ApubObject`, `ApubActor` and `ActivityHandler` for ease of handling the respective Activitypub types. There should be a similar trait for collections, which helps with pagination in...
It would be nice if the library could automatically generate required HTTP routes, because these require a lot of boilerplate code. This would at minimum be a GET endpoint for...
The HTML in template files is currently rather messy, It would be good if it could be formatted nicely with an automated formatter, similar to cargo fmt. So far i...
To start federating with another instance, you need to paste its url (or `[email protected]`) into the search field. The same works for users, posts and comments. This works identically across...