-
I got this bug report to Manyverse, technical details are:
- Manyverse for Windows: 0.2201.5
- ssb-db2: 2.8.5
- jitdb: 4.0.1
- bipf: 1.5.4
- async-append-only-log: 3.1.1
The person who repo…
-
To support _multiple server implementations_, packages should preferably use the `ssb.*` high-level APIs instead of direct `ssb.sbot.*` access because the later can end up providing an API that is onl…
-
Following the readme, it says to run
```
nj-cli build --release
```
But then it returns this:
```
ssb-validate2-rsjs-node master % nj-cli build --release
error: could not f…
-
I was testing too hot in async to see if I can see anything, I noticed that there appears to be a missing bind on this line: https://github.com/ssb-ngi-pointer/ssb-db2/blob/62e80f09d5e00d2039f8b1aec6a…
arj03 updated
2 years ago
-
It's not clear to me from the readme how gossip would work here. And more broadly, is this compatible with existing `ssb-*` secret-stack plugins? The older `ssb-server` readme shows an example like th…
-
Is it possible to look up IDs by user name?
The readme has this example of looking up a name by ID — https://github.com/ssb-ngi-pointer/ssb-db2#about-self — but is it possible to look up all the ma…
-
This is when using the module [ssb-viewer](https://github.com/ssbc/ssb-viewer) -- https://github.com/planetary-social/planetary-pub/blob/main/index.js#L48
The viewer seems to require `sbot.links`, …
-
This issue has the same symptoms as https://github.com/ssb-ngi-pointer/jitdb/issues/161, and seems to be happening only on iOS, I haven't gotten bug reports for Android yet.
I got the `db2` folder…
-
This is part of this sbot -- https://github.com/planetary-social/planetary-pub/blob/7ea9eb2fd3b021f1f862eaea9b0349a5fb0c2d97/viewer.js#L133
What is the type of value does `absent` take?
```
abs…
-
It looks like it is necessary to have a server if we use *any* of the existing p2p protocols -- ipfs/libp2p or ssb
See `ssb-db2` and `ssb-browser-core`
* [ ] research how you can automate deploy…