-
This is [Needed for ssb-ebt replication](https://github.com/ssbc/ssb-db#dbgetvectorclock-async)
See also https://github.com/ssbc/ssb-ebt/issues/63
-
Did a query where I just got the following error:
```
Uncaught Error: invalid boolnull
at decode_boolnull (bundle-ui.js:43553)
at decode_type (bundle-ui.js:43630)
at decode_object (…
-
I can't make sense of this yet but after adding index-feed-writer and updating to ssb-meta-feeds@0.24.0 and ssb-db2@2.6.0 in my go-ssb tests, this error turned into an uncaught throw:
```
/home/…
-
The readme mentions
> Run in the browser
But i didn't see any other mention of this. What is the lower level API that this uses? (for example indexedDB). How does replication work in this case? If…
-
For cleanliness's sake, and after seeing that the blog and gathering modules were AGPL, I started going through the dependencies, and there are only two that are AGPL:
* ssb-blob-files
* ssb-room
…
-
How does the pagination operator work? I ask because it's using a lot of memory/time every time I call it, like it has do traverse the entire DB or something.
This is the test case I'm using -- htt…
-
Saving a core index is done [async](https://github.com/ssb-ngi-pointer/jitdb/blob/41a1b326a682b8c9a18f9b7dd7283021d31cc428/index.js#L176). This means we could end up in a situation where an index is w…
arj03 updated
2 years ago
-
I've playing with sending LoRa packets over SSB, using ssb-db2. I'm getting this error related to the values in the LoRa packet which I'm translating to json as they are, `Ints`:
```
Received onText…
-
This line:
https://github.com/ssb-ngi-pointer/ssb-meta-feeds/blob/5b8b331c26f49ba8101913f8df4e8cafb33de8e9/query.js#L30
Should not use prefixOffset=1 because not all `subfeeds` are classic, som…
-
Hi, Scuttlebutt team. I've been looking around the Scuttlebutt project for the past couple days. It's interesting. It seems like deletion is still a big problem in this append-only database. I know a …