Iwan Aucamp

Results 3 issues of Iwan Aucamp

``` this.httpServer = isSecure ? https.createServer(options, handleMethodCall) : http.createServer(handleMethodCall) process.nextTick(function() { this.httpServer.listen(options.port, options.host, onListening) }.bind(this)) this.close = function(callback) { this.httpServer.once('close', callback) this.httpServer.close() }.bind(this) } ``` This is how the server...

I want to create a record, and if it exists update it. I can do this via some wrappers around dns-lexicon but it would be much nicer to have it...

enhancement

Currently type names are derived as follow: ``` /** * Compute a schema name using a series of fallbacks */ function standaloneName( schema: JSONSchema, keyNameFromDefinition: string | undefined, usedNames: UsedNames...

enhancement
help wanted
good first issue