-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scuttle-shell #260
scuttle-shell #260
Conversation
background-process.js
Outdated
.use(require('ssb-ws')) | ||
// .use(require('ssb-mutual')) // this is has recursion problems atm | ||
// Check if scuttle-shell is already running | ||
// TODO - make this check for scuttle-shell specifically (and not just an sbot) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mixmix I'm also not sure about this comment.
How would the shell be different from another sbot with the same plugins?
2f8f010
to
2a5c069
Compare
uses [email protected] which is based on sbot@12
this has ssb-about@2 also and uses the new api to get the name for the menu. (cc @mixmix)
0140607
to
128614c
Compare
Is this branch still the best way to try scuttle-shell? |
yes but i've not tried it recently. |
I’m using it all the time and rebase it when I see something new intersting. ssb-about@2 should already work for instance. |
superseeded by #295 (this branch worked for me and I'll leave it up for people who want to try until the TODOs in the new PR are done.) |
uses [email protected] which is based on sbot@12
@mixmix this was based on your old branch. I'm not sure about two of the deps in the pkg.json I dragged back in (ssb-horcrux and style-resolve).