-
**Issue summary**
This is a follow-up of https://github.com/ChainSafe/forest/pull/3978.
For testing our `Filecoin.ChainNotify` code, we relied on some .js scripts (see link below) to open channe…
-
Hi,
nice library!
I'm writing a Mastodon to Bluesky sync tool at https://github.com/klausi/mastodon-bluesky-sync (not working yet).
I use the agent to config serialization at https://github.c…
-
I spent some time trying to get `uploadBlob` method to work.
from what I can see the basic XRPC calls to AT proto aren't returning as expected.
also the size of the image we send is different fro…
-
About settimeouts doesn't work when i use read
If I connect to the server but I don't send any data
The read API does not timeout and return timeout
I read the source code(resty.apisix.stream…
-
`decoding xrpc response: unrecognized type: ""`
-
We need to:
- Make it clear how obtain a bearer token (the docs are currently vague about this)
- Split APIs into read-only and requiring auth. Make that distinction clear. Possibly even with icon…
-
```
Handler personHandler =
context -> {
Person p = new Person(context.variable("person"));
people.add(p);
return Recipes.newResponseOk("");
};
…
-
## Repro
Say I have just set up my new PDS server `bsky.example.com`. The first thing I want to do is create a user account for testing. I see that I can use the script `pdsadmin/account.sh` in thi…
-
Now that Bluesky is becoming properly federated
- https://github.com/bluesky-social/atproto/discussions/1832
..are you planning to set up an atrium-based PDS? If so, consider my hand raised as a…
-
We need to ~~reimplement Netty pipelines~~ have a user-friendly way to define simple filter handlers that are applied to inbound XrpcRequest objects.