Joe Hand

Results 83 issues of Joe Hand

Particularly the header and some spacing.

* Deprecates node v6 support.

There are a few impacts of storing secret key in one place: 1. If data storage is not centralized, you could have two applications writing to the same dat stored...

Change this https://github.com/joehand/dat-secret-storage/blob/master/index.js#L7 if https://github.com/mafintosh/hypercore/pull/80 is merged

Currently secret key must be stored in home directory. We should be able to pass directory or option to store in the same dir. Will need to update dat-secret-storage too.

Right now if you archive.mkdir('/dir') it does not make the directory on the file system (https://github.com/datproject/dat-node/issues/164): ```js var hyperdrive = require('hyperdrive') var storage = require('dat-storage') var archive = hyperdrive(storage('./test'), {latest:...

Supporting keeping full history would be nice and this may be useful for manual version controlling files. It looks like there is some support for it using the version as...

Fix the infinite loop bug where writing archive would add a bunch of version files.

> Closing the connection isn't the same behavior as discovery swarm. I think it might be nice to keep the api consistent, there are use cases where you want to...

I want to store the port option in a database for `dat-node` so we can reuse whatever port worked last. But I think we need some way to make `listen`...