Ryan Barrett

Results 419 issues of Ryan Barrett

Seeing this during poll on `flickr.photos.comments.getList` API calls for a couple different users. [Example log](https://brid.gy/log?module=background&start_time=1709154403&key=agdicmlkLWd5chgLEgZGbGlja3IiDDQwNzIxMTc4QE4wMAw): ``` I 2024-02-28 21:06:43.232863+00:00 Updating Ryan B (Flickr) /flickr/40721178@N00 : {'poll_status': 'polling', 'last_poll_attempt': datetime.datetime(2024, 2,...

Very minor, obviously! But this cost me 5-10m of debugging my JWT just now, when it turned out the problem was actually that the BGS couldn't connect to my PDS,...

Hi @gugray! RSS Parrot is great, I love seeing this kind of work in the fediverse. Congrats on launching it! I run a similar service, https://fed.brid.gy/, and one of its...

feature

Hi again! Now that we have multiple feed-to-fediverse bridges - [RSS Parrot](https://rss-parrot.net/), [Bridgy Fed](https://fed.brid.gy/), [MastoFeed](https://mastofeed.org/), [rss-to-activitypub](https://github.com/dariusk/rss-to-activitypub), [feed2toot](https://feed2toot.readthedocs.io/), [feed2fedi](https://codeberg.org/MarvinsMastodonTools/feed2fedi) - we'll inevitably end up with multiple fediverse accounts for the same...

feature
to-eval

Not a priority for Bridgy Fed or me otherwise personally, but we should probably implement blob storage, `uploadBlob`/`getBlob`, etc. * https://atproto.com/specs/xrpc#blob-upload-and-download * https://atproto.com/specs/data-model#blob-type * https://atproto.com/specs/lexicon#blob

Every now and then, maybe one run in 10, it fails with: ``` FAIL: test_diffs (arroba.tests.test_diff.DiffTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ryan/src/arroba/arroba/tests/test_diff.py", line 58, in test_diffs self.assertEqual(100, len(diff.updates))...

This would mainly just be in docs and the demo PDS, hopefully I shouldn't have to change much or any of the subscription XRPC handler code (eg `xrpc_sync.subscribe_repos`) itself. The...

This is half implemented, with a JSON Schema library, but not finished yet.

now

Now that Bluesky is internally federating, I'm thinking about how to handle that. Right now, `Client` either takes a single explicit server or defaults to bsky.social. Should we also support...