Gerald Combs

Results 17 issues of 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...

kind/feature
dco-signoff: yes
size/L
do-not-merge/work-in-progress
area/plugins

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:...

kind/feature
dco-signoff: yes
area/plugin-sdk
release-note
size/XXL
do-not-merge/hold

It might be useful to add a list of tools that create and ingest JUnit test reports.

Logray is now Stratoshark.

ready to merge

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...