Franz Heinzmann
Franz Heinzmann
It would be nice if the web app was usable when offline. Options: - "Progressive web app" with a Service Worker that caches the web page. You'd have to open...
Currently all hypercores (both kappa-record-db feeds and hyperdrive feeds) are open all the time. We can reduce this to feeds that either have active peers or are active writers. Other...
Discuss the API added in #1: Especially: * When do functions return this, when do they return a plain object? The term method returns a plain object, and this is...
Hi @dignifiedquire :wave: and iroh team, I've been (quietly) following along iroh developments out of interest, and like it a lot :) today I had some spare time and played...
This is my current dev branch. It includes some code I ported from [sonar](https://github.com/arso-project/sonar/blob/master/sonar-server/routes/hyperdrive.js). I'll continue working on this likely from time to time. If anyone wants to join please...
What do you think about adding a `{ persist: false }` option to `corestore.get`? It would create an in-memory hypercore that behaves just the same as stored hypercores, with regard...
Companion PR to hyperspace-org/hyperspace#7, see there for discussion.
The `valueEncoding` option is not working when getting a core with `corestore.default()`. The `opts` are not passed here: https://github.com/hypercore-protocol/hyperspace-client/blob/master/index.js#L103
Companion PR to hyperspace-org/hyperspace#7, see there for discussion.
This adds two optional fields `bitfield` and `length` to the `has` method request. If set, the response includes a run-length encoded bitfield of the downloaded blocks from `seq` for `length`....