Paul Frazee
Paul Frazee
If you're using a `--host` other than the default, you'll need to pass that param to `hyp daemon status` too
Ah, it looks like the `hyp` CLI isn't respecting this config: https://github.com/hypercore-protocol/cli/blob/master/lib/hyper/index.js#L16 and https://github.com/hypercore-protocol/cli/blob/master/lib/commands/daemon/status.js#L20 (and a few other spots) We should either add a CLI flag or an env var....
I think this is pretty reasonable, especially given that hypercore has such an open potential for custom data structures. I like the git design -- very straightforward. What do yall...
Hey @andrewosh or @mafintosh, any thoughts on a switch like this? Basically `--copy` would cause the emitted key to be automatically copied to the clipboard. It's a sensible affordance but...
I had this issue as well on MacOS using Electron 4.0.4. My temporary workaround is to pin `[email protected]` until it gets resolved.
Alternatively, we could pool random-access-file instances, but in either case we'll still need to .close the hypercores
Archiver-server has a solution we can consider: an LRU cache.
I'll check into this, thanks
Hey Fred, what version of node are you using? Is it 6?
That's odd, it's detecting v6. Try commenting out everything in https://github.com/datprotocol/hypercloud/blob/master/nodecompat.js and see if it works