Max Pfeifer
Max Pfeifer
Hi, when I follow the steps outlined in the README for the example on how to compile a C++ WASM filter, on running `docker run -v $PWD:/work -w /work wasmsdk:v2...
**What would you like to be added**: I would like the gateway CRD template to be improved by making the `maxItems` on the gateway listeners to be configurable instead of...
Hi, when I'm trying to use one of the example binaries I always get the following error: butterfly/src/butterfly/public/butterfly/flattened_serializer.hpp:89: FS out-of-bounds. Is there a fix for this problem? Cheers Max
Hi, When using the following custom rule definition: ``` properties-camelCase: description: Properties should be camel case severity: warn message: "Properties should be camel case" given: $..properties[*]~ then: function: pattern functionOptions:...
**Describe the bug** When using k9s version v0.32.5 to describe a kubernetes custom resource (Kind: Prometheus, in my case), when describing the resource, I get a different manifest content compared...
Hey, we noticed a bug in the examples validation today and created the following minimal reproducible example specification: ``` openapi: 3.0.1 info: description: Test API title: Test API version: "1"...