Ryan Barrett

Results 329 issues of Ryan Barrett

great project idea, nice work! i'd love to see the google app engine datastore added. details: https://cloud.google.com/appengine/docs/python/datastore/ , https://cloud.google.com/appengine/docs/python/datastore/queries#Python_Data_consistency i may eventually tackle this myself and send a PR. i'll...

along the lines of #6, it'd be nice to add amazon dynamodb too. details: http://aws.amazon.com/dynamodb/faqs/#Read_Consistency (...and maybe also simpledb? http://aws.amazon.com/simpledb/faqs/ , search for 'read consistency'.)

[requested by ross goodman.](https://snarfed.org/about#comment-2525909)

new silo

Both backfeed and publish. [TikTok currently has no open API for either](https://developers.tiktok.com/doc/video-kit-ios-video-kit-with-objective-c/), though, and I'm unlikely to add any new silos based on scraping. (Even if there is already a...

new silo

...since the backlink proves that they intend to publish it with bridgy. [requested by @tantek.](http://indiewebcamp.com/irc/2016-05-02#t1462207009379)

publish

We use the [ndb](https://github.com/googleapis/python-ndb) library with Cloud Datastore. It has a mandate to maintain Python 2.7 compatibility, so it has to stay on [google-cloud-datastore](https://github.com/googleapis/python-datastore) 1.x, which in turn requires the...

The Chrome Web Store is transitioning from manifest v2, [which the Bridgy browser extension is currently on](https://github.com/snarfed/bridgy/blob/main/browser-extension/manifest.json), to manifest v3. [Their timeline says](https://developer.chrome.com/blog/mv2-transition/) they'll stop accepting new extensions with v2...

browser extension

https://twitter.com/lordmatt/status/1541205044757929986 mentions (links to) https://openmentions.com/topics/conversation-starters/, and it backfed correctly on https://brid.gy/twitter/openmentions. That tweet isn't a syndicated copy, either explicitly or implicitly, so its replies and likes should not be backfed....

Flickr polls don't currently use ETag or cache, so they redo a lot of work fetching comments and favorites. Let's fix that!

[inspired by this twitter thread.](https://twitter.com/deieio/status/677662865705336835) i don't actually think we can distinguish this reliably in facebook, twitter, or G+. maybe instagram and flickr are better. mostly just filing to track...