Joe Hand

Results 83 issues of Joe Hand

(opening for discussion + posterity since I keep forgetting this) We want to proxy archives from a server to a remote peer that may not be able to connect to...

If you pass in `content` as an option, the archive.key [never gets set](https://github.com/mafintosh/hyperdrive/blob/master/index.js#L696). May also be fixed with #149. I can PR test for this. Seems like it'd be an...

`opts.indexing` doesn't make sense on the wholee hyperdrive. We may want to import in place and from another directory for the same archive. It should be on the write stream...

If the same file, with the same content + metadata, is added twice, it shouldn't be added to the metadata twice. Happening in [the CLI](https://github.com/datproject/dat/issues/542). We can fix it there,...

Hey, so we wanted to get the Dat docs a bit more consistent style-wise with everything else. This ended up requiring me to fork and modify the minidocs components to...

The bold text is not very **bold**: What do y'all think about changing the bold font to `clear_sans_lightregular`: Or `clear_sans_mediumregular`: (Or we could include the clear_sans bold font)

The bundle size right now is 1.4MB, 581 KB gzipped, for a fairly simple docs site (docs.dat-data.com). It looks like most of that is because all of the 175 (very...

I get this error trying to import [common voice data](https://voice.mozilla.org/en/data) (unzipped). It errors but then if I start again it gets past the file that errors and stops later. ```...

Next version of dat-next will support sleep. Also a few things I want to prototype here before integrating into main CLI: - [ ] mirror folder module - [x] regular...

Two ideas for ending active push: 1. (easy) timeout after no more data is being transferred 2. wait until no more want requests Conversation in IRC: ``` mafintosh: been awhile...