Paul Frazee
Paul Frazee
I visited an old Dat and this got thrown: ``` Uncaught exception: TypeError: Cannot read property 'feed' of undefined at NanoIterator.next [as _next] (/Users/paulfrazee/work/beaker-core/node_modules/hyperdrive/lib/iterator.js:79:48) at update (/Users/paulfrazee/work/beaker-core/node_modules/nanoiterator/index.js:106:13) at openDone (/Users/paulfrazee/work/beaker-core/node_modules/nanoiterator/index.js:82:3)...
Currently the code for setting up the daemon looks like this: ```js const startDaemon = require('hyperdrive-daemon') const { createMetadata } = require('hyperdrive-daemon/lib/metadata') const { loadMetadata, HyperdriveClient } = require('hyperdrive-daemon-client') const...
Need the API to tell us if the hyperdrive is writable. Maybe in the `info` of the response from [drive.get](https://github.com/andrewosh/hyperdrive-daemon-client#const--info-id---await-clientdrivegetopts) ?
Discovered on Chrome 26.0.1410.65, OSX 10.8. Some character codes (eg "\n") produce hex values which are less than "F" (eg "%A") which creates an error when decoded by the browser...
Hey folks! Interested in your work. Could summarize some of the changes being considered, compared to dename and CONIKS? (I'd also like to hear what quorum algorithms you're considering, now.)...
Some folks have been wanting to build importers of posts and data from other networks. There are a lot of tricks to that but a very _basic_ import has some...
There's a small issue occurring with folks changing their handle. The old handle gets memorized by folks, but then it gets taken by a new user. (This happened to me...
Many views embed the "raw record" in their decorated views of the information. Devin wanted to do a pass through to make sure that's being done in a consistent fashion...
Currently we have some views (like postThread) which may need to output "post not found" records within their view. Devin wanted to look through the lexicons and make sure we're...
Email confirmation is meant to solve two problems: 1. Give the PDS admin confidence the user owns the email 2. Ensure the user gave the correct email so that we...