Phil Shafer
Phil Shafer
[potential problem which I want to record] Perhaps a problem with unicode "variation selectors"? \u+e29c85 \u+e284b9 \u+efb88f should be: ✅ ℹ️ but maybe the second isn't zero width?
Add "hn-commas" to add commas in the output of large numeric values. Will need a command line argument to turn it off. Should be ignored when humanize is on.
From Stefan Esser: Add a warning for duplicate siblings: > Any name must be only used once for all children of some node, either > - for a leaf node...
This patch adds keys to an instance, but changes the output under HIPx (html+info+pretty+xpath). I think the "-14.14" is getting lost. Thanks, Phil ``` --- a/tests/core/test_05.c +++ b/tests/core/test_05.c @@ -123,8...
xo.h defines NORETURN and PRINTFLIKE without a "XO_" prefix, which breaks anything that defines these macros (like dtrace). ref: https://reviews.freebsd.org/D41745
I want to make something like logger for libxo, combining xo(1) with the xo_syslog() function. Relavant docs:: https://libxo.readthedocs.io/en/latest/xo.html https://libxo.readthedocs.io/en/latest/api.html#emitting-syslog-messages Hmm.... maybe just an option to "xo", like:: xo --syslog --tag...