Joe Hand

Results 148 comments of Joe Hand

Yes! I'll grab a few links in the meantime of where this is documented.

Beaker post about it here: https://medium.com/blue-link-labs/so-you-want-your-decentralized-browser-to-work-correctly-c06c4038ab12

If you want to start with any of these as an extension we can [add them](https://github.com/datproject/dat/blob/master/bin/cli.js#L87), they just need to be published as `dat-something` and then whitelisted. Then can be...

Seems like it was something about the external HD. Worked okay on internal storage.

Thanks for the awesome issue! Can reproduce the behavior. Apologies for having this command not be documented and thus impossible to use 😕 . To import your key run dat...

Hi @rhodey, the key that sits in `~/.dat/secret_keys` is what is printed when you run `dat keys import`. So importing/exporting manages keys in that folder. To be writable you also...

Can you try the same process but do `dat keys export` on the original folder and then `dat keys import` on the new HostA folder. That'll help to see if...

They are stored in `~/.dat/secret_keys`. You can backup that whole folder. You can also export a single secret key by running: `dat keys export`. We should add this to the...

I think @maxogden and I talked about an API for this but can't remember...

Looks like size is getting set here: https://github.com/datproject/dat-desktop/blob/master/elements/table-row.js#L130-L132 If we use `dat.stats.get().byteLength` that'll reflect the latest size. Need to dig in a bit more later for where dat.stats get set,...