Rafał Kupka

Results 3 issues of Rafał Kupka

Hi, I spotted another bug in the module: ``` /.../node_modules/native-dns/lib/pending.js:166 if (this._socket.unref) { ^ TypeError: Cannot read property 'unref' of undefined at SocketQueue._unref (/.../node_modules/native-dns/lib/pending.js:166:21) at SocketQueue._onlisten (/.../node_modules/native-dns/lib/pending.js:189:8) at emit (events.js:104:17)...

Hi, Please consider adding error listener/emitter on TCP sockets. Right now I'm getting errors like below: ``` 2015-06-30_16:14:17.57533 events.js:85 2015-06-30_16:14:17.57541 throw er; // Unhandled 'error' event 2015-06-30_16:14:17.57542 ^ 2015-06-30_16:14:17.57544 Error:...

# Bug # The `ignition_url` parameter no longer supports `tftp://` URLs. Looks like Rust version only allows http and https. The [documentation for fcct](https://github.com/coreos/fcct/blob/master/docs/configuration-v1_0.md) states that TFTP (plus s3:// and...

kind/enhancement