Matt Simerson
Matt Simerson
# Lint support This is the current lint output the `recommended` rules and a few currently defined additions I made, mostly to reduce the severity of lint errors, which would...
I'd be happy to fix the lint issues, but prefer doing each issue in a separate PR. Example: inconsistent semicolon usage. They used to be kinda standard in JS community...
```` ➜ nearley git:(github-workflows) npm run benchmark > [email protected] benchmark > node ./node_modules/benchr/bin/benchr test/benchmark.js • test/benchmark.js: • calculator: parse. ✔ nearley 14,969.64 ops/sec ±0.65% (91 runs) • json: parse sample1k....
You've got an assumption baked in here. A zone isn't necessarily an apex/root zone. Example: * com (a TLD / zone) * co.uk (a two-label TLD / zone) * example.com...
> I'll still claim that you cannot register a CNAME record at a name if there exists SOA or NS information, and at the same time claim to conform to...
This issue is resolved in NicTool 3.0: [addCname](https://github.com/NicTool/dns-zone/blob/master/index.js#L50) and [hasNoConflictingLabels](https://github.com/NicTool/dns-zone/blob/master/index.js#L83-L95). I haven't documented it yet, but there's also an obvious way to bypass the RFC / sanity checks and add...
I've looked into it. There aren't any NicTool APIs for DNSSEC. I briefly started down that road and decided I'd do it by utilizing the export routines to run some...
Hmmm, a long time ago I fixed the nameserver data model, making it a related table instead of 10 columns, thus removing the limit. This issue is likely a vestigial...
That looks right. If you'll be so kind as to add a test for this, I'll merge it right away. Otherwise, it'll wait until I get around to wrapping that...