Kyle Maas

Results 121 issues of Kyle Maas

It would be nice if there was a way to export the user's profile to a backup file, optionally including replicated content. That way, if a user was only connected...

enhancement

Got a bunch of these three lines in a row. Don't know what the stackless error would be in this context, but it seems something here could degrade a little...

bug

I keep getting a series of these: ``` Uncaught TypeError: Cannot read property 'on' of undefined at Object.exports.init (bundle-ui.js:132020) at Object.module.exports.initSSB (bundle-ui.js:133341) at Object.module.exports.getSSB (bundle-ui.js:133405) at bundle-ui.js:163021 ``` And it...

bug

See `%8jlwf9eZj75Qjd7zWrZnsd5hSdCP9nOlQ3u1m0mKy/c=.sha256` https://github.com/ssbc/ssb-identities

We should be able to integrate with IPFS in the browser. It'd be nice if we could use that for files which are larger than the maximum blob size. See:...

enhancement

Now that we have visible profile change messages, I noticed that if you load a mnemonic key and refresh, you'll still see the profile change message from the previous profile...

bug

From what I've seen of older screenshots, ssb-browser-demo used to have a sync button to manually sync right away rather than wait for the scheduler to kick in. It would...

enhancement

Well, main profile stopped getting updates. So I refreshed, and it was not trying to connect to the pub. Told it to connect to the pub, it did, and then...

bug

Just got this in Firefox: ``` Uncaught DOMException: The operation failed for reasons unrelated to the database itself and not covered by any other error code. ``` No other explanation....

bug

Apparently there are some differences between the way Planetary, Manyverse, and Patchwork handle `contact` messages. See this thread: `%iIZjYkXwiQjSxNJ3colTpqmuGA5pfP1tCRQUhnmeAk8=.sha256` We should probably verify that our implementation is as compatible as...