-
User profile should have a "follows you" label if they do. Might also be good in other contexts, but only _must_ have on the profile screen for now.
-
-
Please update this to link to the website this repo is for
-
Hi,
I wanted to decode CBOR with this package, but it throws FormatException.
This is what I wanted to decode.
```bash
[162, 97, 116, 103, 35, 99, 111, 109, 109, 105, 116, 98, 111, 112, 1, 1…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-
The entity text slice in posts is currently counted Typescript/Javascript style, which means UTF-16 encoding. We should consider counting by codepoints or even graphemes. The issue with counting in UT…
-
Haven't seen this before, popped up randomly in unrelated test:
https://github.com/bluesky-social/atproto/actions/runs/3348899719/jobs/5548427173
-
# Weekly GitHub Trending! (2023/04/24 ~ 2023/05/01)
## Python trending 12repo's
### [xtekky](https://github.com/xtekky) / [gpt4free](https://github.com/xtekky/gpt4free)
Ai 業界の分散化、言語モデル API のほんの一部...
…
-
There are a few views that paginate by timestamp, causing intermittent failing tests. The issue is that items with the same timestamp may not appear in a consistent order.
This can be fixed by ord…
-
When hitting a route on the PDS outside of `/xrpc/*` (e.g. `curl http://localhost:3000/x`), the server serves a 500 due to a runtime TypeError. Instead, I would expect to see a 404. Here's that Type…