Chris Howie

Results 80 comments of Chris Howie

Can you get a pcap (Wireshark) dump of the DNS traffic between the DNS server and your Windows 7 device, and perhaps one other device that does work? I've not...

> when using the proxy, and going to loopsofzen.co.uk, a DNS query is made to get an A record, but no query for the AAAA record. When not using the...

> allow it to listen on IPv4 and IPv6 If you bind to the IPv6 wildcard address `::` and have your system setting `net.ipv6.bindv6only` set to 0, then it will...

According to Google, FreeBSD has a similar sysctl `net.inet6.ip6.bindv6only` that might do what you want without needing to add complexity to the proxy code.

Interesting find. I'm still curious why just putting the proxy in the way causes this behavior change, though.

@benjamingr I think you're missing the point. Of course you can continue to explicitly use OperationalError. In Bluebird 2.x, returning `Q.reject(foo)` from a handler would cause the new promise to...

> Is not a very useful indicator To my knowledge, that's the only (or at least the most common) event in which _Bluebird itself_ (since 3.0) will create an OperationalError....

The original wording of the docs seemed to imply, if not outright state, that node-style errbacks are only wrapped in an OperationalError if the error value is not a proper...

I think that approach probably makes some sense. I'm wondering if it would be beneficial to also transfer the `name` and `code` attributes. `name` is standard, and while it is...