Daniel Holmgren
Daniel Holmgren
When a default value is set in an XRPC schema, we should ensure that value is actually being defaulted to in the server. Would be good to handle this at...
Some first steps towards indexing records in a way that serves us instead of staying closer to the structure of the repo: - removes some unused functionality from record DbPlugin...
Future-proofing for handling more complex assertions https://github.com/bluesky-social/atproto/blob/b117ae4568030ab0357565eba9f27132c7f68147/lexicons/app/bsky/graph/assertion.json#L10
Something like: ``` declaration: { cid: string actorType: string } ``` Views: - [x] getMembers - [x] getMembership - [ ] getProfile - [ ] getFollows - [ ] getFollowers
For instance, if alice creates a scene, she shouldn't be notified that she's been added as a member & creator
## Problem We're currently using https://github.com/beenotung/typestub-ipfs for IPFS types. There are _a lot_ of `any`s, and some of the types don't accurately map to the `js-ipfs` object ## Solution Heavily...
## Problem After upgrading to `[email protected]`, @icidasset and I both got `AggregateError`s when attempting to connect to the Fission node over `wss`. This error could be overcome by multiple attempts...
## Problem There are some dev dependencies/scripts/etc left over from the boilerplate that I used to setup the library that we aren't using (ie `semantic-release`, `husky`, `commitizen`) ## Solution Cleanup...