Closed
Conversation
cryptix
commented
Sep 20, 2018
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) |
Member
Author
There was a problem hiding this comment.
@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 scuttle-shell@0.1 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
Contributor
|
Is this branch still the best way to try scuttle-shell? |
Member
|
yes but i've not tried it recently. |
Member
Author
|
I’m using it all the time and rebase it when I see something new intersting. ssb-about@2 should already work for instance. |
Member
Author
|
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.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uses scuttle-shell@0.1 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).