Alan Shaw

Results 121 comments of Alan Shaw

It depends what you're doing in `//Im doing stuff here` - it could be throwing asynchronously... Want to share the code?

Example script: ```js const IPFS = require('ipfs') const Path = require('path') const Os = require('os') const log = require('why-is-node-running') const ipfs = new IPFS({ repo: Path.join(Os.tmpdir(), `${Date.now()}`) }) ipfs.on('ready', async...

Preloading requests are tracked and canceled when the node is stopped https://github.com/ipfs/js-ipfs/blob/master/src/core/preload.js#L76-L81. Unless something has changed in a new Node.js version I don't think these are problematic as that code...

@jacobheun can you post the links to the PRs that are solving the issues you listed in https://github.com/libp2p/js-libp2p-switch/issues/281#issuecomment-432624680?

Sorry, should lave left more context - just wanted to get this logged before I forgot! It's a JS IPFS daemon running on this branch https://github.com/ipfs/js-ipfs/pull/856 I'm using companion and...

Biggest stack I have ever seen https://ci.ipfs.team/blue/rest/organizations/jenkins/pipelines/IPFS/pipelines/js-ipfs/branches/PR-856/runs/80/nodes/257/steps/386/log/?start=0

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

@nikkolasg is this a dupe of https://github.com/drand/drand/issues/254?

Hi @elgerlambert any thoughts on this one? Could we get it merged and published?