Gerald Combs
Gerald Combs
Whenever I run AsciidoctorJ on the command line in Windows, it leaves behind a JFFI DLL in %TEMP%. They're only ~ 140K, but this can add up over many runs:...
Add the ability to extract the location of each field in each log message. **What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind...
Add support for FTYPE_METADATA_SLICE and CAP_EXTRACT_METADATA so that we can extract the location of each field. **What type of PR is this?** > Uncomment one (or more) `/kind ` lines:...
It might be useful to add a list of tools that create and ingest JUnit test reports.
Make sure we include Falco libs headers using a prefix, e.g. #include instead of #include This reduces the risk of collisions for common names like "utils.h".
This change adds the ability to fetch value offsets and lengths. I needed to fetch value offsets and lengths in some code that was uses fastjson, so I rewrote the...