Ryan Barrett

Results 329 issues of Ryan Barrett

Specifically, let people migrate an existing Bluesky account into BF to become a bridged account, or an existing bridged Bluesky account out of BF to become a normal Bluesky account...

We switched to HTTP caching headers in #432, which is great, but only works for 2xxes. We were caching some errors in memory too, which was useful. Should bring that...

infra

Saw this a couple times today: https://console.cloud.google.com/errors/detail/CP3E_fC2h-TWVw;locations=global;time=P30D?project=brid-gy ``` /blogger/oauth2callback?state=%257B%2522feature%2522%253A%2522webmention%2522%252C%2522operation%2522%253A%2522add%2522%257D&code=...&scope=profile%20openid%20https://www.googleapis.com/auth/userinfo.profile&authuser=0&prompt=consent (state there is {"feature":"webmention","operation":"add"} ) Warning: Scope has changed from "openid https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/blogger" to "openid https://www.googleapis.com/auth/userinfo.profile". ... at .dispatch_request ( /layers/google.python.pip/pip/lib/python3.11/site-packages/oauth_dropins/blogger.py:144...

Saw this for the first time today. No changes to tumblpy since 2017, not sure if it's stable and mature or unmaintained (or both), but filing here anyway to share...

Hi all! @bnewbold and I [talked about this on and off a while back](https://bsky.app/profile/snarfed.org/post/3kxgh6bl6lu2j), and @ericvolp12 and I [just now in Discord](https://discord.com/channels/1097580399187738645/1097580399187738648/1282788597300334634), but I couldn't find an open issue to...

Hi @MarshalX et al! First off, thanks for building and maintaining this library. It's great! When I first tried it just now, I immediately hit an `ImportError`. I have an...

It's missing DID doc and full collections list.

Right now it only returns one block, the record, but it should also return the commit and all MST nodes up to the root. I think? https://github.com/snarfed/atproto/blob/main/lexicons/com/atproto/sync/getRecord.json says: > Get...

Hey @mozzius, thanks for building and running internect.info, it's awesome! I use it all the time. Looks like it might have trouble with tombstoned repos? When I enter one of...

...ie converting them to the canonical representation for their protocol. `http://user.com/` => `user.com` for web, `http://instance/@user` => `http://instance/users/user` for fediverse, `https://bsky.app/profile/user` => `did:plc:abc` for ATProto, etc. We currently do this...

infra