Joe Hand

Results 148 comments of Joe Hand

https://github.com/joehand/dat-push/ and see https://github.com/joehand/dat-push/issues/9

We could put this in as an extension probably...

> Is this feature not currently implemented? If not I'd be happy to do it but since I'm new here help or suggestions would be nice! That would be great!...

Awesome! That all makes sense I think. > It looks like I should also write something that throws an error if there's already a .dat folder within the target directory....

> It looks like the default behavior for dat clone . when there's already a .dat folder is to listen for updates. I'm just going to leave that be. Ah...

> @karissa can we close this issue? Feature was added in #847. The shortcut/stateless command doesn't quite work: `dat /dir/dat.json` shares the folder unless you specify a directory as third...

I can also reproduce this using hyperdrive/dat-storage directly: ```js var hyperdrive = require('hyperdrive') var storage = require('dat-storage') var archive = hyperdrive(storage('./test'), {latest: true}) archive.mkdir('/my-dir', function (err) { console.log(err) }) ```...

@cupdike yes, good idea! We aimed to make it easy to configure in the CLI but not the code itself. Once you run `dat login my-registry.com` it will use that...

> yeah, but I mean if resolving those urls were part of dat-node for example, we would get this feature for free in all tools using dat-node +1 I can...

Should work with dat-node `3.4.0`!