-
When launching Patchbay from _master_ branch, I'm presented first with `ssb-ahoy` which appears to work without any glitch. I can select my identity and click the launch app button. The window is repl…
-
## What's the problem you want solved?
Oasis crashes with this stack trace when connecting to an ssb-server that doesn't have ssb-backlinks installed:
```
oasis Connected to existing Scuttleb…
-
```
⫸ sudo npm install -g scuttlebot
/usr/local/bin/sbot -> /usr/local/lib/node_modules/scuttlebot/sbot.js
> sodium-prebuilt@1.0.22 install /usr/local/lib/node_modules/scuttlebot/node_modules/so…
-
C:\Users\jimsp\embed-test>embed-email
2022/01/07 18:02:54 process 2022.01.03.18.29-mcle2-_JSW_-MCLE Annual Verification Report 21829900 CRM_0018208-9559.eml
2022/01/07 18:02:54 download https://mymc…
-
I noticed that the marking array we use for DFS doesn't always get unboxed (at least, it didn't in one of my lazy preorder experiments). So I tried making the `Functor`, `Applicative`, and `Monad` ins…
-
I'm pounding on my local sbot with the following command
```
sbot links --dest "" --rel vote --values
```
I'm using a different id on each request. Somewhere after 10,000 requests (don't have e…
-
Create a module for setting up the feed and seeing the feed status. Should be reusable in other apps.
- should show connection status to sbot and explain error states
- on first load, should indicate …
-
Currently there is only one platform inside `platforms/` and it is called `ssb`. This should be renamed `nodejs-ssb` since it implements a high-level API in terms of the `ssb-server` (and plugins) fro…
-
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative sol…
-
Related to #19
For someone not already familiar with this project, I'm finding that the only way to actually figure out how anything does is to read through the code. The README is short and has …