Ryan Barrett

Results 2013 comments of Ryan Barrett

Looked at this a bit. It's not easy right now, due to the way we handle the OAuth check for interactive publish requests. We do the OAuth redirect and dance...

Narrowing to just google-cloud-datastore, since the rest are now on 2.x. Background in https://github.com/googleapis/google-cloud-python/issues/10566#issuecomment-1092223847. The more worrying part from that comment is: > The current owners of the Datastore libraries...

Asked about that in https://github.com/googleapis/python-ndb/issues/765

Community-contribute ndb fork that upgraded to datastore v2: https://github.com/jacobg/python-ndb/tree/datastore-v2

[Evidently manifest v3 has been a bunch of drama between the different browser vendors.](https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/) TLDR: Chrome and Edge are diverging significantly from Firefox in MV3 so far in their supported...

cc @tantek. Standards drama! 😢🍿:hugstandards: (or whatever the hugops equivalent is)

Oops, attached the wrong commit ^, that one's unrelated.

This doesn't look doable right now, sadly. The Flickr API doesn't expose a photo's comment or favorite count anywhere; see eg the [flickr.people.getPhotos](https://www.flickr.com/services/api/flickr.people.getPhotos.html) docs and its extras list. [flickr.activity.userPhotos](https://www.flickr.com/services/api/flickr.activity.userPhotos.htm) gives...

we currently detect some of these cases in [`interpret_http_exception`](https://github.com/snarfed/webutil/blob/63cd75865f1599764141be35bee94ad5b9424118/util.py#L677). there are examples in [`test_interpret_http_exception`](https://github.com/snarfed/webutil/blo0b/63cd75865f1599764141be35bee94ad5b9424118/test/test_util.py#L469). a common difficulty is that silos conflate expired and revoked. :/ here's the silo support that...

^ Crossed off Facebook, Instagram because we no longer use their APIs, Google+ because it no longer exists.