Warren

Results 3 issues of Warren

_seems_ like something is missing after running `./configure` ``` git clone https://github.com/xdp-project/bpf-examples.git bpfex2 cd bpfex2/ ./configure clang: 13.0.0-2 libbpf support: submodule Submodule 'lib/libbpf' (https://github.com/xdp-project/libbpf.git) registered for path 'lib/libbpf' Submodule 'lib/xdp-tools'...

Heya, First off, LOVE this library. It's fantastic. So I thank you for that! I've recently updated to MooTools 1.4. Lightface appears to work flawlessly except for one little snag....

Hiya, Broad question - is identity extraction at all possible when using the Express.js wrapper? ``` await ziti.init(config.zitiIdentityJson); let zitiServer = ziti.express(express, config.zitiServiceName); zitiServer.get('/ping', async (req, res, x) => {...