Ryan Barrett
Ryan Barrett
here are the errors i see in the JS console when i click on preview: ``` TypeError: $.GollumEditor is not a function wiki-e0b...js:2:9139 mutating the [[Prototype]] of an object will...
(originally reported by @chrisaldrich in snarfed/bridgy#870. cc @dshanske. #163 may be the outbound equivalent of this.) when a webmention is received with escaped emoji (or maybe other non-ASCII unicode chars)...
hi @voxpelli! when you get a chance, would you mind counting the total number of webmentions webmention.herokuapp.com has successfully received that aren't from bridgy? ie source URL isn't `[www.]brid.gy` or...
Hey Aaron! Just FYI, I tried the browser extension in Firefox just now (92.0, on macOS 11.6), about:debugging#/runtime/this-firefox => _Load Temporary Add-on..._, and it didn't like the manifest: _There was...
https://github.com/microformats/microformats2-parsing/issues/3 is the current proposal for extracting and surfacing the `lang` attribute in parsed mf2 for a page's or item's language. that proposal isn't official yet, but it's been stable...
something changed since 1.0.4 that hurt performance pretty significantly, at least for granary and bridgy. they both saw a slowdown of at least 30-50% (probably more) when they upgraded to...
_Originally filed in https://github.com/firebase/firebase-functions/issues/1191 and [on StackOverflow](https://stackoverflow.com/questions/73355121/firebase-cloud-function-not-triggering-on-different-apps-realtime-database)._ Hi all! Thanks for Firebase, it's great! I recently tried to set up a Firebase Cloud Function to trigger on a Realtime Database...
Hi all! I keep hitting a 502 in `/oauth/authorize` in 3.0.1. Is this a known issue? Here are the steps to reproduce: 1. Create an app, eg: ``` POST https://mastodon.technology/api/v1/apps...
this is useful because we just use Shamer as a leaderboard that aggregates coverage contributions by user. we use Coveralls to collect and track coverage over time, which is great,...
Coveralls (http://coveralls.io/) can send a webhook when it has new coverage data for a change: https://coveralls.zendesk.com/hc/en-us/articles/201774895-Notifications this adds support for that with a new /coveralls endpoint. it's mostly the same...