-
I think something missing in scuttlebutt is to start up `secret-stack` and then be like... ok is the stack and it's plugins "ready"?
at the moment I just hit `ssb.whoami(cb)` and this is a crude wa…
-
I've been thinking about getting back to implementing partial replication (finishing https://github.com/ssb-ngi-pointer/ssb-replication-scheduler/pull/5), and putting it in Manyverse.
**TL;DR how c…
-
ssb-db2 `getMsg` API could be optimized. Instead of using jitdb `all()`, we can just do:
- `msgId` input
- `keys` leveldb index gives us the `seq`
- We pass the `seq` to a new API in jitdb that g…
-
This is going to be a moving target, as I explore solutions for this.
Basic premise is: once there have been a couple of deletes (i.e. overwrites with zero bytes), we can produce a new log that has…
-
Hello, I saw the built-in go-ssb core in ios planetary from the planetary channel on patchwork, I have a question, is this compatible with your db2 pub? Is the built-in pub link the one that uses the …
-
Is there a way to paginate this query so that it only returns something like the first 10 threads/thread-summaries?
```js
const source = sbot.threads.publicSummary({
reverse: …
-
Does the call to `sbot.deleteFeed` work? it doesn't seem to work in tests
currently blocked by https://github.com/ssb-ngi-pointer/ssb-db2/issues/294#issuecomment-998211993
-
I tried to use ssb-db2 2.6.0 in Manyverse and experienced a consistent memory leak that ends up using all the memory and crashing the app.
I then pinned the version to 2.3.1 and no memory leak happ…
-
Similar to #291, I'll report here my findings.
So far I know that the versions are:
- Manyverse `0.2201.14-beta.b`
- Desktop (Linux) with a totally new identity, not migrated from flume
- …
-
Full context here: https://github.com/ssb-ngi-pointer/ssb-db2/pull/277
BIPF was recently fixed because it had some wrong logic, but then the updated-fixed BIPF broke tests in ssb-db2. That's becaus…