-
Unsolicited, I was musing about how to handle bulk storage of repo content in a way that would allow servicing sync requests like the current `com.atproto.sync.getRepo` with or without a `from` commit…
-
# 1. Problem to solve
- https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/feed/repost.json
# 2. Proposal
# 3. More information
-
# 1. Current bug behavior
When trying to get a post with an embedded URL, the constructor is throwing the following error:
```
CheckedFromJsonException (CheckedFromJsonException
Could not crea…
-
- We use utf8 encoding for all strings
- We want to modify the validation logic as follows:
- Count string lengths by grapheme clusters instead of utf16 codepoints (the current behavior)
- Se…
-
The current docs for at:// URIs indicate that record-id (aka TID, aka rkey) can be arbitrarily long or short. In the examples, they are shown and described as something similar to a twitter snowflake …
-
I love Cool Tools! There are some nifty existing tools for wrangling IPLD objects, CIDs, etc. It would be nice if we eventually had similar things for atproto repos, XRPC APIs, Lexicons, etc.
This …
-
-
-
Right now we have embeds for images and external links. We should add one for ATP records (aka posts) which look akin to QTs.
-
Known issue with 'getTimeline' but we should check others as well