-
It would awfully nice if we could do searches for posts by a keyword. When I was looking for information on the nonstandard way to include a post title in #67, it took me quite a while to find the SS…
-
It seems to be the case, as I'm putting ssb-db2 in Manyverse. If you start with an empty log but still make queries, it will save the index files.
-
To start a discussion on what these words mean and how should we use them, I'll write up how they are currently used in different modules:
## In JITDB and ssb-db2
- `offset`: 0-based integer pos…
-
One of the things that patchbay had that patchwork doesn't, is that if you reply to a thread and the thread receives another reply. The thread will go into the notification. This means you don't have …
arj03 updated
3 years ago
-
Very similar to `live()`, but sets `meta.liveOnly = true`, and in toPullStream() we check meta.live and meta.liveOnly, and do the pull-cat accordingly.
Use case: when we don't want old values in th…
-
Similar to https://github.com/ssbc/ssb-db/blob/788cd5c5d067b3bc90949337d8387ba1b0151276/db.js#L7
-
"Base index" used to do more, but nowadays seems mostly used for EBT concerns, so it could be renamed to "EBT Index".
Also, because it's not critical for displaying content, maybe `onDrain` doesn't…
-
Realized I don't know your SSB id. It's amazing to see all the things you have added to ssb browser. I was wondering if you wanted to make a posts on SSB about it? I'm thinking fixing some of the mino…
arj03 updated
3 years ago
-
I was looking over the different operators when I noticed a repeated pattern that seems confusing. Take the example from the readme:
```typescript
query(
fromDB(db),
and(slowEqual('value.conte…
-
Same codebase running on desktop and on mobile (except for the third column on the table below)
Animated GIF of desktop logs
![desktop](https://user-images.githubusercontent.com/90512/10835180…