Matthew Yates

Results 9 issues of Matthew Yates

Some file permission in the docker [image](https://hub.docker.com/r/uber/prototool) for prototool don't seem to be correct and when running as non-root (so the produced code isn't root owned) you get error like...

This will allow the use of https://kustomize.io/ to generate a series of k8s YAML docs, then apply them to a cluster in much the same way as 'kubectl_kustomize_documents'

Since kubectl supports kustomize out of the box now with the `-k` opt, it would be nice if this provider could work with that too. I've put something together that...

The latest release has changed the cli and is now incompatible with previous invocations. It's an easy fix by adding the `--old-config-style`, but users shouldn't have to do that for...

If i select a running container like this in the gui ![Screenshot 2021-12-16 at 10 05 54](https://user-images.githubusercontent.com/2916046/146351262-c622380c-8fa1-4e9e-b174-49ee40f9c912.png) Then right click another pod: ![Screenshot 2021-12-16 at 10 07 33](https://user-images.githubusercontent.com/2916046/146351526-bbb49858-91c1-4e8d-af67-8a1e43f73ac9.png) The action...

Handling XML responses and requests is severely limited in the generated code as the full OpenAPI spec WRT XML is not fully implemented. Given this example API definition: ```yaml openapi:...

Hasn't been updated in a while and (at time of writing) is 4 go releases out of date.

Is it possible to define a custom type to use instead of the defaults? E.g. if a field has a type string, can i parse it directly into a custom...

Node 16 went end-of-life on [2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/). And github emits the following warning when using this action: ``` Run Spectral Node.js 16 actions are deprecated. Please update the following actions to...