hyperdrive icon indicating copy to clipboard operation
hyperdrive copied to clipboard

Hyperdrive is a secure, real time distributed file system

Results 88 hyperdrive issues
Sort by recently updated
recently updated
newest added

I need to be able to control whether and how long the timeout for read calls works. At a glance that'll need to cover: - access - stat - lstat...

The hyperdb branch of hyperdrive doesn't emit a 'sync' event. I put a temporary workaround in the branch of integration-tests that just does a setTimeout() for 1 second for now....

The following events are currently not documented. I’m suggesting preliminary descriptions/posing questions based on event names; please contribute and revise as necessary: * `content`: content has loaded. (What is the...

Hi, I should invest some time trying this out but I thought I'd ask first in case I'm on the wrong track. I open a file in append mode and...

Perhaps I'm misunderstanding how this is supposed to work. The sync event fires when I update the contents of the file, but the returned data from reading the file is...

Bug: All files are getting appended to the first file imported. Cause: Seems like the `file.end` is not getting set (not sure how that should get set). In the `_find`...

We're currently unable to use `rimraf` with `hyperdrive` because `hyperdrive` is missing `EISDIR` error codes. Here is a gist that produces an error when trying to remove a directory: https://gist.github.com/louiscenter/ed171be7c9b0fae04dff336f7b47e21d

We need a transaction API ``` js var archive = hyperdrive(...) // optionally pass in a random-access-storage for storing the transaction data var fs = archive.batch() fs.writeFile(...) fs.createWriteStream(...) // will...

(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...

Steps to reproduce: 1. Add a folder on the master 2. Visit the folder in the browser and open one or more files in the browser (index.html or pdf files)...