Ryan Barrett
Ryan Barrett
seems to be fully ostatus compatible, i just haven't gotten an end to end test all the way through in testing. next step for me is to add a PuSH...
hi all! i noticed recently that the app engine adapter only supports enabling or disabling SSL certification validation globally, not per request. this is a bit of a surprise abstraction...
hi @benwerd! when you get a chance, would you mind counting the total number of webmentions hosted known has successfully received that aren't from bridgy? ie source URL isn't `[www.]brid.gy`...
hi again! i'm consistently getting a 500 from the API when attempting to create a comment with `/api/v1/statuses` with `in_reply_to_id`. full request details below. POST https://piconic.co/api/v1/statuses request body: ```json {...
[we noticed today](http://indiewebcamp.com/irc/2016-01-04#t1451937731034) that `/api/mentions.json` doesn't return the `uid` property to clients. this is unfortunate because it makes some clients (e.g. https://waterpigs.co.uk/services/webmention-io-comments/ , http://stream.thatmustbe.us/ ) fall back to de-duping on...
hey aaronpk! any chance we could get a dump of all domains that ever have attempted to log into indieauth? or however much of that dataset you have. it'd be...
originally reported in #366: i see a number of duplicate `ReplaceAndWithOr` and `ReplaceOrWithAnd` mutants in a current dump from 3.1.2: ``` job ID c4d61ca2aaf8416791a502cb1b938956:survived:granary.microformats2 command: cosmic-ray worker granary.microformats2 core/ReplaceAndWithOr 16...
Hi! Thanks for building and maintaining authomatic, it looks great! I noticed that the example app https://authomatic-example.appspot.com/ is down. You might want to consider fixing it or removing its link...
Hi all! Thanks for Firebase Functions, it's great! I recently tried to set up a Firebase Cloud Function to trigger on a Realtime Database owned by a different project: the...
I hit a bit of a nasty surprise recently when I cached a view like this, and found that `HEAD` responses were being cached and returned to `GET` requests. We...