Ryan Barrett
Ryan Barrett
Hi all! I noticed today that the settings, Providers tab, in the Custom Webmention POSSE providers section, the Add button doesn't do anything. I assume that's not expected? Plugin v4.4.21,...
Hi @dshanske! I clicked the Retrieve Information link on a token on the tokens page that I'd manually created, and it evidently deleted the token's name and icon. That token...
Hey @bnewbold! Thanks again for goat, it's great! Any chance you could add a flag to `get` and `record *` to make it talk to the appview instead of the...
Right now, when the firehose collector (#30) starts up, it preloads a bit of the rollback window, but any cursors before that subscribers read individually, on demand. This works ok,...
For new repo, send `#sync` before storing or emitting any commits. Background: #52, https://github.com/bluesky-social/proposals/tree/main/0006-sync-iteration#staying-synchronized-sync-event-auto-repair-and-account-status
From https://github.com/snarfed/bridgy-fed/issues/1130: > I suspect this is because we're not allocating sequence numbers and writing blocks in the same transaction. If we allocates a seq for the new repo's initial...
@Daft-Freak graciously added blob video introspection in #46. Love it! That added a new dep on pymediainfo, which can also do images, so we should maybe switch our image introspection...
@DavidBuchanan314 graciously integrated his exhaustive https://github.com/DavidBuchanan314/mst-test-suite into arroba via https://github.com/snarfed/arroba/blob/main/arroba/tests/mst_test_suite.py . Awesome! It has a bunch of failures right now, we should investigate.
When we get a blob URL that we already have, we should still fetch it and see if the contents are the same, and if they're different, update our stored...
Maybe a path arg to the `Client` constructor? Example usage that would benefit: https://github.com/schuyler/garganorn/blob/main/garganorn/server.py