Richard Littauer

Results 194 issues of Richard Littauer

Right now, this has been tested on v11.14. All other versions are suspect.

bug
Tutorial

I've created a file, test.js: ``` const NPP = require('./newpieceplease') NPP.onready = () => { console.log(NPP.orbitdb.id) } ``` And I include the constructor. How do I call onready? What steps...

bug
Tutorial

The list in the Who Wrote This section, and in the README, should be automatically generated.

enhancement

I am using browserify with brfs in a Chrome extension. My gulpfile looks like this: ``` js gulp.task('browserify', function() { return browserify(paths.main) .transform(reactify) .transform({global: true }, 'brfs') .plugin('factor-bundle', {outputs: ['build/main.min.js',...

As far as I know (thanks @diasdavid), these are the go-ipld implementations: https://github.com/ipfs/go-ipld-btc https://github.com/ipfs/go-ipld-zcash https://github.com/ipfs/go-ipld-cbor https://github.com/ipfs/go-ipld-git https://github.com/ipfs/go-ipld-node They should be moved to this organization, I think. cc @whyrusleeping

ready

IPLD is implemented, and has been deployed for a while, in both js-ipfs and go-ipfs. It's there - we haven't made an announcement about it, though. We are working on...

ready

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

enhancement

Tests are useful for ensuring code quality. No tests were found in the package manifest.

enhancement

### What I continually want to download the plaintext versions of the licenses, so that I can bundle them with my software repositories. However, there are no easy links to...

🚧 status: blocked
🏷 status: label work required

See https://github.com/orbitdb/orbit-db/issues/867