Jaz

Results 24 comments of Jaz

FYI I put together a working implementation of this in https://github.com/bluesky-social/social-app/pull/688, it's not using a radio button but it cycles through system, light, and dark modes.

This is related to the old search service and it not handling taken down accounts as gracefully as it could. Searches that result in a page full of posts from...

> * Which version of Go are you using? And which kernel version? We're running on the `golang:1.21-bullseye` docker image base which is currently using: `go version go1.21.6 linux/amd64`, kernel...

Yeah that's my bad, gonna ship a fix in a little bit that should distinguish between SQLite and non-SQLite GORM has generic index hinting stuff but it doesn't actually work...

Some notes on restoring as I work it out: - You can grab the whole bucket down via `rclone` pretty quickly by setting up an S3 datastore and then running:...

Events changes look okay to me on first pass

Makes me wonder if we want to be forwarding event times produced by the PDS or if we should be recreating the timestamp with when _we_ saw them...

I think it would be neat to pick one stream as an authoritative subset (i.e. a PDS stream) and one as an aggregate superset (i.e. a BGS stream). We want...

I opened #145 just now and realized this PR touches on the same code. I ran my unit tests against the implementation in this PR and it has the same...

Hey, just wanted to start by saying this project is awesome and I love it! I was building something similar recently and learned about this today, so wanted to check...