silverpill
silverpill
Yep :) Unpolished and undocumented, but it has everything one needs to start building nomadic applications. I'll move it into a separate repo and publish on `crates.io` once API stabilizes...
Yes, I plan to add a list of DID methods which might be "blessed" in the future: `did:tdw`, [did:dns](https://danubetech.github.io/did-method-dns/) and [did:fedi](https://arcanican.is/excerpts/did-method-fedi/). `did:web` will also be moved to that list because...
Thank you! `TypeError` doesn't appear when running rustyscript from master, but the code from the example still doesn't work as it does in Deno. The "server bound" message is never...
There are two approaches (not mutually exclusive): - Identity is controlled by the server, which works as identity provider for "single sign-on". This solution is described in [FEP-61cf](https://codeberg.org/fediverse/fep/src/branch/main/fep/61cf/fep-61cf.md) - Identity...
@pkreissel Follower migration (in Mastodon network) relies on `alsoKnownAs` property, which is a link between two accounts (this mechanism is described in [FEP-7628](https://codeberg.org/fediverse/fep/src/branch/main/fep/7628/fep-7628.md)). Old account can remain active after migration...
>Otherwise, the naming overlap of browsers' same-origin policy and AP's "same origin" phrase is obviously unfortunate. Afaik the browser policy doesn't really apply to AP, and AP itself only barely...
`check-msrv` is not very helpful here because it seems to pull latest versions of every transitive dependency. The real MSRV is lower. I know that my fork works on 1.66...
@h4sh3d @vorot93 Hi, could you review this PR? I can help with library maintenance if you want.
`check-msrv` action probably can be improved by using MSRV-aware resolver: https://blog.rust-lang.org/2025/01/09/Rust-1.84.0/#cargo-considers-rust-versions-for-dependency-version-selection I may look into it later.
>I'd also love to help projects out, if they need it, to migrate to v6. Is there a reason for holding off migration to v6? Dependencies? I am looking for...