-
How can I get this? And can it add multiple items to the same cart?
-
patchbay reconnects to a restarted sbot pretty well, but it would help sometimes to see whether it is _currently connected_ and be able trigger a reconnection. This will be far more important for a li…
-
@evbogue mentioned it's possible to run patchbay lite on a mobile phone.
Here are the steps I took to make patchbay lite work on my **laptop**:
```
cd patchbay
npm run lite
sbot server --allow…
-
Using latest master with a fresh npm install I keep getting this error.
![screen shot 2016-11-29 at 04 47 19](https://cloud.githubusercontent.com/assets/376661/20700953/1da1ac66-b5ef-11e6-95f1-579b…
-
sb0t-no-installer.zip??? lol, grettings from exico
-
I ran
`npm install scuttlebot@latest -g`
with no problems.
However the next step on checking for secure-scuttlebutt..
```
~/Desktop/golightly+ » npm ls secure-scuttlebutt -g
/Users/andrewgolightly…
-
Since updating to latest, my linode pub (slip.space) has been maxing out its CPU. The CPU usage, according to htop, tends to hover in the 80% range, but varies from 50 to 100. Node is 4.2.1, npm is 3.…
-
I see an `sbot.closed` flag, and there's a `sbot.on` which adds to `sbot._events`, but it doesn't seem as though anything gets fired when closed changes from `false` -> `true`.
I can work around th…
ansuz updated
8 years ago
-
It doesnt do much other than make a new window when I open sbot.exe, am I doing something wrong?
-
I'm running
import shoebot
bot = shoebot.bot(outputfile="output.svg")
bot.size(640, 480)
bot.rect(10, 10, 100, 100)
bot.finish()
as a standalone script (I tried IPython notebook also) and get:
File…