ManuW

Results 4 comments of ManuW

Ah, there is an issue already. Because I was wondering where the _"Incredible IDE Integration"_ in VSCode is... Maybe a note would be good, that some parts of the "Incredible...

> Do you know what other typesafe language generators do? We use `readOnly` and `writeOnly` in our OpenAPI files and a lot of generators / tools do not support this....

@lukebtaylor I tried to generate the OpenAPI file, but it failed. I simply checkout your branch and run `scripts/swaggo.sh`. (`./scripts/generate.sh` is not there, maybe you renamed it.) ``` ... go:...

Great, it just worked. Cloned the repo (branch) and executed the script. Could it be, that `time.Duration` (e.g. `eval_duration`) should be a number instead of an enumeration: swagger.yaml ``` definitions:...