Joe Hand

Results 148 comments of Joe Hand

> I thought it may also be a result of temp cleaning up the directory before the dat is properly closed, but it is even caused by us waiting until...

I misread before, `clear` should be set when `dat.importFiles` is called. Can you see what happens here if you run `lstat` before import: ```js return createDatAsync(tmpPath, opts) .then((dat) => {...

`--exit` should still work. `dat clone` and `dat pull` should exit when updated, unless there aren't any remote updates. Right now `--exit` and pull/clone do not exit if the remote...

@martindurant the "shortcut" command (without the `clone` argument) is not meant to exit, making it more useful for stateless applications. You can either: 1. Use the clone argument: ``` dat...

Hmmm... I can reproduce sometimes (and other times it exits fine). There may be something weird about that Dat, I cannot get 2 of the blocks of it on occasion...

We should do this, now that SLEEP is delivered! We can use a temp db.

For now can use: https://github.com/creationix/drop-dat ``` npm install -g drop-dat drop-dat ~/cat-picture.png ```

You can also ignore files, similar to git. So you could ignore all the files except the ones you'd like to import. Unfortunately there is no way to selectively add...

Thanks! I moved the [secret keys to an option](https://github.com/datproject/dat-storage/pull/8) in the second argument. Can you update this PR to reflect that? Should make it a bit simpler =). It'd be...

Are the tests passing locally for you? Look like they are hanging on travis but not sure why.