Joe Hand

Results 148 comments of Joe Hand

> Everyone holding the public key can read - and those with the secret key can write/delte. Is this correct - can you read the drive without the secret key?...

> However, you say "using hyperdb" above, does that mean that you will incorporate this tool into hyperdrive Yes, hyperdb will be integrated into hyperdrive afaik. Not 100% sure on...

@derhuerst can you send the full error message you got? The code for `dat-storage` has changed quite a bit and I'm not sure what code the original error corresponds to...

> When should I use archive.finalize()? Should I only call it on a non-live & owned archive? What's the purpose of it? Ya, you should only call `archive.finalize()` on owned...

You could use the `archive.on('download-finished')` event would work for now. @mafintosh and I talked about adding `archive.downloadFinished` yesterday, so we should do that!

http://chat.datproject.org is hyperirc-web. Happy to make it more generic if someone wants to PR.

Another trick with a lot of modules is to do development in a folder named `node_modules`, e.g. you can set up paths like this: ``` ~/code/node_modules/science-fair ~/code/node_modules/small-module ``` This allows...

I had the same issue with 5.3.0. I can't _quite_ remember how I resolved it but it was some combination of removing global electron-related modules, reinstalling, and rebuilding (both global...