Daniel Holmgren

Results 141 comments of Daniel Holmgren

Not quite sure the issue the linter found, but do you mind running a quick `pnpm format`?

Actually on second pass i think i like `getRepoStatus` better. `com.atproto.sync` routes generally speak in terms of "repos" and I agree that it probably makes sense for something like `getRepoStatus`...

Yup yup exactly! This is actually needed for the composable mod services feature we're working on, but it will also allow a client to configuring a different appview to communicate...

Ah yup sorry! We updated the lexgen cli & you probably out an out of date build

Thanks for filling! `seenAt` was actually meant for statelessly providing the last notification seen time to a service that lists notifications (or returns unread count) so that that service doesn't...

I actually like this idea quite a bit We've been discussing some mechanisms for generators to declare what they're doing/what they need. And ways for the client to opt in...

Thanks for the report - looks like we need a try/catch here: https://github.com/bluesky-social/atproto/blob/main/packages/xrpc-server/src/auth.ts#L70

hmm yeah may be wroth doing `min(providedDate, now)`

looks like you set this up in the sandbox network did you follow the [sandbox guide](https://github.com/bluesky-social/pds/blob/main/SANDBOX.md) and pds distribution [readme](https://github.com/bluesky-social/pds/blob/main/README.md)? best guess is that you haven't properly configured one of...