glyph
glyph
## Problem Subset `type` query does not return messages when `descending` is `true`. ## Build Both `go-sbot` and `sbotcli` built from the `sbotcli-getsubset` branch. ## Examples Returns two `post` type...
As reported in issue https://github.com/cryptoscope/ssb/issues/127#issuecomment-992338952, the `getSubset` partial replication call is now working via `sbotcli` ( woohoo! ). However, I am seeing duplicate messages in some cases, as well as...
**Context** I'm running `go-sbot` on my Pi 3B+ with 64-bit Debian. The SSB account currently follows 3 accounts and is followed by 1. The `sbot` is running with default configuration....
Still no luck with `invite.use` after https://github.com/ssbc/go-ssb/pull/194 (not surprising, since that change was related to `sbotcli`). To be clear, I am calling this as a muxrpc command (via TCP connection)...
Currently, peers are dialed as they are discovered (either via mDNS or the rendezvous server). These connection attempts either succeed or fail. Successful connection attempts will only last so long...
Passing the `--friends` flag pushed the ID(s) to the `config.friends` vector but did not write them to file. This fix ensures the updated config is written to file. The fix...
Hi @adria0 :wave: Would it be helpful if I added a brief explanation of what `solar` does, along with some usage examples to the README? Or maybe you're already working...
As mentioned in https://github.com/cabal-club/cable.rs/issues/6, refactoring `length-prefixed-stream` to be async-runtime agnostic - rather than relying on `async-std` - is a useful first step in transitioning the entire project. I've chosen to...
`cable.rs` currently uses the [async-std](https://crates.io/crates/async-std) runtime. While this was arguably the most approachable async codebase at the time when `cable.rs` was first written, it has largely been eclipsed in popularity...
Keypairs are currently in-memory only. We need a solution for storing and retrieving keypairs from disk.