-
```
/Users/hagen/Documents/Misc/twitterstuff/twitter-to-bluesky/node_modules/@atproto/xrpc/dist/types.js:174
return new XRPCError(status, undefined, message, headers, { cause });
…
-
**Is your feature request related to a problem? Please describe.**
The following warnings are shown when running `make deps`
```console
...
WARN Failed to create bin at /Users/trivikram/work…
-
There’s an active effort to make the ActivityPub and atproto protocols minimally interoperable. While this shouldn’t be a primary concern of Kitsune, there might be overlap here with features such as …
-
arroba's `com.atproto.repo.listRecords` seems to return the records in ascending chronological order by default:
```command
$ curl 'https://atproto.brid.gy/xrpc/com.atproto.repo.listRecords?repo=d…
-
In my dev environment (Macbook Pro 2020 i7) importing `atproto` takes over 3 seconds with Python 3.10, 3.11 and 3.12.
I couldn't find mentions of this in the issue tracker, so I assume this is not…
-
In playing around with https://github.com/w3c/json-ld-syntax/issues/446 (i.e. where `@type` is not an IRI), I discovered that the playground will take this:
```json
{
"@context": [
"https:…
-
```
Traceback (most recent call last):
File "/Users/awd/miniforge3/envs/bsky/lib/python3.10/site-packages/atproto_firehose/client.py", line 221, in _process_message_frame
await self._on_messa…
-
```
hagen@Edwards-iMac-M3 twitter-to-bluesky % npm run start_log
> twittertobluesky@0.6.0 start_log
> npx tsc && node app.js > import.log
/Users/hagen/Documents/Misc/twitterstuff/twitter-t…
-
Given a document such as this for input:
```json
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/multikey/v1",
"https://w3id.org/security/suites/secp25…
-
**Is your feature request related to a problem? Please describe.**
Running `make deps` shows the following warning
```console
WARN There are cyclic workspace dependencies: /Users/trivikram/work…