Daniel Holmgren
Daniel Holmgren
Yeah I think we'll need to wait until we have an actual spec before we can register there
Yes that should probably be an open union with a ref to `app.bsky.feed.post` See my comment here as well: https://github.com/bluesky-social/atproto/issues/999#issuecomment-1577769209
I've run into this before -- something about node-gyp getting angry with python >=3.11 if you downgrade to [email protected], it should be able to install & build (then you can...
gonna make it dynamic based off of # of follow skyline algo would likely only be by our appview of course, others can implement & provide something similar however they...
mind giving an example of the output?
Hmm just from looking at the code, kinda weird to put the parameters in a table but not the output... This also doesn't handle inputs on procedures, records, or resolving...
hmmm 🤔 I see two different issues here: First: `.defs` is a catchall for definitions in a given namespace. There aren't actually circular dependencies between schema defs, but rather between...
Yeah I'm planning to move thread mutes to the server but have not had the bandwidth to get it done: https://github.com/bluesky-social/atproto/pull/841 Soon :)
ah yeah it uses yarn workspaces for the monorepo i think npm has support for something similar now 🤔