Joe Hand

Results 83 issues of Joe Hand

_From @karissa on January 10, 2017 19:55_ When doing `dat clone` right now it creates a folder with the hash as a name. It'd be nice if instead, we fetch...

Type: Enhancement
Status: On Hold

_From @joehand on January 25, 2017 2:0_ Right now `--debug` option does not work. To debug you have to `DEBUG=dat [cmd]`. I tried various things to try to get both...

Priority: Low
Type: Enhancement

The new download UI for desktop is super nice. We should can do some similar things: * download to temp dir first (see what else desktop does for this) *...

Priority: High
Type: Enhancement

https://github.com/datproject/dat/pull/745 > I wanted to add the progress bar to the space but had a bit of trouble implementing it. The `conn.feeds[1].remoteLength` didn't seem to populate and I wasn't sure...

Priority: Medium
Type: Enhancement

Right now we are using the datproject/datproject.org repo for testing registry commands. This is not ideal because we get some test failures from datproject.org changes, e.g. https://travis-ci.org/datproject/dat/jobs/210658187. We need some...

Priority: Medium
Type: Maintenance

Generally, we've tried to follow the [nodejs release schedule](https://github.com/nodejs/LTS#lts_schedule), including end of life for dropping support. We need to document this!

Docs: Missing Content

https://github.com/datproject/dat-node/issues/170

Add ability to use remote storage things like https://github.com/datproject/dat-http. I think there were two parts: 1. Deciding on remote storage 2. Replicating to local storage

Writing a file from archive in `dat-node` results in empty file. ```js var Dat = require('dat') var filePath = 'hello.txt' var fileContent = 'echo 123' Dat('./test', function (err, dat) {...

Priority: High
Type: Bug

* Read and write dat.json files * Validate existing files * Update keys found in dat.json if keys don't match. See [dat-json](https://github.com/joehand/dat-next/blob/master/lib/dat-json.js) in dat-next for partial implementation. Also check out...

Priority: Medium
Status: Proposal
Type: Enhancement