Ryan Barrett
Ryan Barrett
There's a steady trickle of ActivityPub object ids that have fragments. Fetching/dereferencing fragment ids isn't specified in AP, but best practice seems to be to at least fetch the URI...
Integration test the full protocol matrix! Ideally a full flow of discover user, follow, post, reply, etc. Big project, but it'd definitely be useful! I'm already seeing bugs that don't...
We only get the user who reposted, not the `at://` URI or CID or TID of the repost itself. 😕 https://github.com/bluesky-social/atproto/issues/1811
ie, on followings pages like https://fed.brid.gy/web/snarfed.org/following, indicate which users have `Accept`ed our `Follow` and which haven't.
Evidently interop with Elk (https://elk.zone/, https://github.com/elk-zone/elk) isn't working right now because it behaves oddly. It doesn't serve posts or profiles as AS2 with conneg, eg these both return HTML: ```sh...
We often get a thundering herd of the same activity, usually Mastodon's famously promiscous chatty `Delete`s. 😐 #411 helped here, but often we get a bunch of them *before* the...
Looks like we have a bug with Bluesky users with their own PDSes, eg @vriska.pds.vriska.dev on PDS vriska.pds.vriska.dev, did:plc:svu7ro7knzh3eovtpst2socq in the sandbox. We're still calling XRPCs like `getRecord` on atproto.brid.gy...
These would be useful as hints to which protocol a given URL or domain is on. Right now we have to sniff in `Protocol.for_id`. These lists are constantly changing, and...
I [tried replying](https://snarfed.org/2023-06-05_post-by-matthieu-calckey-social-3) to [this post](https://calckey.social/notes/9fmaixsraje7vm37) on calckey.social. Got a 202 response, but the reply never showed up on the post. Calckey is a Misskey fork, so I'm guessing this...