-
Hi! Working on a Bluesky client with FishyFlip [here](https://github.com/NotNite/ImSky). See title. I need to be able to fetch the parent of a post with
```cs
var result = (await atProto.AtProtoco…
-
For [TagzApp](https://github.com/FritzAndFriends/TagzApp) we're attempting to use FishyFlip to read messages from the firehose and assemble a TagzApp content record based on the Bluesky message.
We…
-
Hi! Since a few days ago, BlueSky seemingly started sending compressed responses to endpoints' calls. However, in ATProtocolOptions, both in branches _develop_ and _1.8_, the HttpClient/Handler for th…
-
Hi! I am trying to subscribe to the firehose using the latest version of fishyflip and the included firehose sample, but if I try to subscribe to anything other than my own PDS or another small PDS, I…
-
Hi,
I'm experiencing an issue with a tool that relies on this package.
The problem occurs when the tool tries to include `vendor/autoload.php` which automatically includes these functions via co…
-
Hello! Thanks for making this project. It's been really useful, especially to deal with the CAR files used in the [ATProtocol Repositories](https://atproto.com/specs/repository). I really appreciate i…
-
I would like to know the number of users who are on my own created list. I searched a bit in the code but can't find it. Is this implemented?
-
### NB
Original bug report preserved below, but we've split off the bug into a [separate ticket](https://github.com/atsign-foundation/at_client_sdk/issues/759) (completed), and this ticket is now for…
-
I need to be able to opt out of feeds. Ideally, I'd be able to opt out of all of them and selectively opt back in to certain feeds. It's going to be an important safety feature for users to be able to…
-
## What needs to be done
When using `KeyStringUtil` to extract data from a `String fullKeyName`, it does not detect for namespaces.
Having trouble finding namespace from keys like:
`shared_ke…