Matthew Zipkin
Matthew Zipkin
Anyone have a patch for this?
Ok, this worked for me: ```diff diff --git a/lib/widgets/textarea.js b/lib/widgets/textarea.js index dc94609..9813867 100644 --- a/lib/widgets/textarea.js +++ b/lib/widgets/textarea.js @@ -172,9 +172,9 @@ Textarea.prototype.readInput = function(callback) { self.screen.restoreFocus(); } - if (self.options.inputOnFocus)...
Related: https://github.com/handshake-org/hnsd/pull/42 and chain of PRs from there....
Fixed the KSK issue and also added a test mode for `bns-prove` itself: `bns-prove --test -K ./test/prove-util weakkeytld "hello, world!"`
Thanks, I was putting "glue" in quotes for this reason, JJ used the term in the code to refer to data that belongs to the target of a CNAME (i.e....
Status: needs review. I've learned a lot more about DNS since I wrote this PR and probably need to make sure it all still makes sense. This branch is included...
We might also want to allow a combined flag for KSK that's `ZONE | KSK` or `257`
Duplicate: https://github.com/chjj/bns/issues/1 use `DNSServer` or pick one of the subclasses like `AuthServer` or `RecursiveServer`
@jafri hey, it's been over a year since you opened this issue sorry about that. I just ran in to the same problem using bns, ~check out #20~ would appreciate...
update: https://github.com/chjj/bns/pull/22