Paul Frazee
Paul Frazee
A couple of updates: - [ ] Rename to `@beaker/dat-library` - [ ] Change all the `DatNode` functions to `DatLibrary` - [ ] Attach `DatArchive` to each library instance (`library.DatArchive`)...
@joehand and I are questioning whether this module and https://www.npmjs.com/package/dat-node can be combined, because some of the work here (managing multiple dats, handling multiple dat types) is generally useful. In...
Some folks would like to be able to enable/disable it on individual archives.
Rendered: [Draft](https://github.com/pfrazee/DEPs/blob/hyperdrive-dep/proposals/0000-hyperdrive.md)
With https://github.com/mafintosh/multicast-dns/pull/34/files, error events are now emitted if multicast dns fails to setup. (This has been reported to happen on linux if the network is disabled.) Dns-discovery re-transmits the multicast-dns...
I had a new idea for solving Hypercore forks that I wanted to propose. From the summary: > The Hypercore data-structure is an append-only log which depends on maintaining a...
This idea isn't new, but I've recently realized there's a potential optimization that might make this worth prioritizing. Let's call this proposal a "mount." It's conceptually simple, like a symlink...