Daniel Holmgren
Daniel Holmgren
Ensure we're sending a record for labeling after the write occurs
Set limits on rkey size & nsid constraints
Updated README to include rules/guidelines for contribution. Shamelessly stolen for the client repo. Also included issue templates for bug reports & feature requests
Map out a new ranked version of what's hot that applies a similar algorithm to HN so that trending content stays near the top & gets pulled down by gravity
We're doing this with a dependency in `@atproto/api` now (same dep that was used in the polyfill), so yall can stop polyfilling now: https://github.com/bluesky-social/atproto/pull/1044
Serve feed skeletons from appview Also smart proxying getFeedSkeleton to appview without doing did doc lookups
Some tests on some of the repo subscription utils: - [ ] PartitionedQueue - [ ] LatestQueue - [x] ConsecutiveList
Some repose were appearing to be in a broken state (https://github.com/bluesky-social/atproto/issues/1241). This was because we couldn't find a leaf node that we expected. A partially applied tx from a previous...
reflect this code in the appview
Building on top of https://github.com/bluesky-social/atproto/pull/898 This provides a methods that will peek at a given stream, determine if backfill is necessary, and if so backfill all repos from that service....