Results 39 comments of Michael Truog
trafficstars

@WLSF The use of `{error, nxdomain}` appears to be very overloaded. It would be best if `{error, nxdomain}` only occurred when a DNS lookup occurs successfully, but fails to lookup...

@WLSF It is best to have `{error, nxdomain}` as a response to a function call only when a DNS lookup occurred successfully but the DNS lookup response is a `NXDOMAIN`...

I agree with [ROK's view](http://erlang.org/pipermail/eeps/2020-December/000664.html) "Erlang functions are as a rule small enough that you shouldn't ever shadow a variable". I understand this proposal was created due to difficulty during...

Examples of the data will remain erlang type specifications to be more descriptive than the equivalent for json.

https://github.com/inaka/Emysql at https://hex.pm/packages/inaka_emysql appears to be the most current fork now

Can utilize with databases that lack their own language (i.e., not using SQL strings) to encode functions as (Size0, Chunk0) where Chunk0 == (Size1, Chunk1, Size2, Chunk2), so Chunk1 ==...

Use first character as `'\0'` to differentiate between the binary and text format

Will be called `binary_pairs` and will be added to `cloudi_request_info`.

Better to not use msgpack for this so it doesn't become a dependency in the CloudI API implementations.

To avoid compatibility problems, it should be best to focus on the `0.x.y` releases of libdwarf which utilize the `libdwarf-0` include directory instead of the `libdwarf` include directory (https://github.com/bombela/backward-cpp/pull/237). With...