Results 229 issues of 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

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

enhancement

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...

enhancement
good first issue

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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement

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...

documentation