Ryan Barrett

Results 419 issues of Ryan Barrett

ugh. @sknebel and @jgmac1106, who may have more details. CA is _Organization: Google Trust Services, Common Name GTS CA 1D2_, countersigned by _Organizational Unit: GlobalSign Root CA - R2_.

One use case I'm hitting more often is generating "snippets" of activites, ie human-readable summaries. "Alice posted X," "Bob replied Y to Z," "Eve followed Frank," etc., along with links...

Mastodon supports unauthenticated API calls for some public data, eg timelines (both firehose and per account), accounts, and statuses. We should support those without auth! That way we could offer...

to oversimplify, it hoists mf2 properties out of the `properties` field and makes most of them singly-valued. should be straightforward. spec: https://www.w3.org/TR/jf2/#jf2feed , https://jf2.spec.indieweb.org/ more links: * http://microformats.org/wiki/jf2 * https://indieweb.org/jf2...

they're all kinda monsters right now, and pretty similar across all the silos that support publish, both of which are signs that we should refactor them and break them up....

right now it only supports search and activity_id, so bridgy only finds posts that link to your site. this would fill in the rest of bridgy's backfeed functionality for people...

will let us add publish support to bridgy! cc @stedn API docs: * https://www.reddit.com/dev/api#POST_api_submit * https://www.reddit.com/dev/api#POST_api_comment * https://www.reddit.com/dev/api#POST_api_del * https://www.reddit.com/dev/api#POST_api_vote

i haven't implemented block lists in Mastodon yet since Mastodon lets users [block entire domains](https://docs.joinmastodon.org/usage/privacy/#hiding-an-entire-server) ([API](https://docs.joinmastodon.org/api/rest/domain-blocks/)), ie other instances, as well as individual users. i haven't thought through how to...

...because instagram's embedded JSON in profile pages doesn't have the `video_url` field with the mp4 link. we'd need to fetch each video post permalink individually to get it. totally doable,...

...via something like https://github.com/sixty-north/cosmic-ray. mutation testing is very cool. description in https://cosmic-ray.readthedocs.io/en/latest/#theory long pole is that cosmic ray is python 3 only, which implies that this depends on #114. sixty-north/cosmic-ray#101...