Results 60 comments of Dimi Kot

Looks fine.

I'd prefer an error message on inappropriate $THIS usage. We cannot substitute it by an interface name, because IP and interface name usage contexts differ significantly. Plus a new $IFACE...

Net::DNS is a non-standard module: ``` # perl -e "use Net::DNS;" Can't locate Net/DNS.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at -e line...

It looks like a bug. Should not insert something like that. Could you please help to reproduce? Do you have a minimal set of files/commands to reproduce? On Monday, November...

The code you mention is just a part of the protocol implementation to communicate between remote and local parts. This code multiplexes data flows from different log files into a...

Thanks, I'll try to reproduce and fix soon.

Absolutely. This was the simplest way to get NaN floating point value in PHP. On Fri, Nov 2, 2018 at 19:10 Karel Wintersky wrote: > define('DBSIMPLE_SKIP', log(0)); > > Log(0)?...

Here is a longread about best practices in shell-like programs (and programs launching other programs) on how to handle SIGINT: https://www.cons.org/cracauer/sigint.html So if I understood you correctly, exiting cleanly with...