-
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…
-
### Is your feature request related to a problem? Please describe.
- Encryption / decryption is a client-side activity
- i.e. it does not relate to AtProtocol per se
- so the name is misleading
…
-
### Is your feature request related to a problem? Please describe.
Very similar to "Open ID / OAuth" atProtocol can enable "password-less login" and "identity exchange" with web-based applications.…
VJag updated
11 months ago
-
### Is your feature request related to a problem? Please describe.
No unit tests currently
### Describe the solution you'd like
Need unit tests which, while they do not test the whole thing e…
-
[ActivityPub](https://www.w3.org/TR/activitypub/) is the protocol used by:
* [Mastodon](https://joinmastodon.org/) (Twitter clone)
* [PeerTube](https://joinpeertube.org/) (YouTube clone)
* [Pixe…
-
**Is your feature request related to a problem? Please describe.**
Browser support; preventing local secondary cache duplication.
**Describe the solution you'd like**
A desktop application or dae…
-
### Where and how it seems bad?
コラボレーターのみなさんがTypoのチェックを簡単にできるように、スペルチェッカー CSPell の導入を提案します
https://cspell.org/
### What it shoud become?
**得られる結果**
* VSCode上で、辞書と固有名詞の無視リストにない単語がハイライトされるようになります…
-
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…
-
Implement VerbBuilders, just like how we have in our at_java and Dart at_client_sdk SDKs.
It is a common pattern to do atProtocol operations like `update:` and `llookup:`. seeing that this is a com…
-
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…