Kyle Maas

Results 121 issues of Kyle Maas

We have voting information on posts. Theoretically, we should be able to do an autocorrelation between your votes and the votes of others to suggest other people with similar interests...

enhancement

Once we can support controlling the number of hops to replicate, it would be very nice if we could display a graphical representation of both the follow graph with an...

enhancement

In figuring out how to accomplish #124, I realized it would be very nice if we had a way to actually examine the blob database. Ideally, a way where you...

enhancement

From @arj03 at `%QNJE6OcJ7X171if0mgeT04p4qimGj8z3qbqRAnHWhtU=.sha256`: > The method:partialReplication,getFeed is because partial replication only works between nodes that support it. Meaning only my pub right now and then other browser demo clients....

This is a new one: ``` bundle-ui.js:118422 Uncaught RangeError: Maximum call stack size exceeded at Object.module.exports.getSSB (bundle-ui.js:118395) at Object.module.exports.getSSB (bundle-ui.js:118422) at Object.module.exports.getSSB (bundle-ui.js:118422) at Object.module.exports.getSSB (bundle-ui.js:118422) at Object.module.exports.getSSB (bundle-ui.js:118422) at...

bug

Turns out `removeDB()` doesn't actually remove the database's data. When it goes to delete the file here: https://github.com/arj03/ssb-browser-core/blob/62d964fea34b87590019460e6ac04576aeb93f45/core-helpers.js#L25 The `file` object has the following properties (notice the `deletable` attribute): ```...

Hyperswarm-Web is great, but it still requires contacting DHT servers. But it looks like most recent browser versions now support mDNS for WebRTC connections, which means we should theoretically be...

Do we want to add in the ssb-invite-client plugin? Looks like it might be useful for pub invites, but I'm pretty sure we wouldn't need full ssb-invite. https://github.com/staltz/ssb-invite-client

Right now if two processes open the same log file and are both able to write, they can garble the log by writing over each others' data due to each...

Fixes #216 ## Description This allows the site operator control over who is able to comment. It is configured by default to allow all logged-in users to be able to...