David Sargrad

Results 21 comments of David Sargrad

@ralphflat Actually you may need to simply edit openapitools.json as seen [here](https://github.com/OpenAPITools/openapi-generator-cli). I think the -c option points to a yaml configuration that pertains only to the generator. Other than...

@ralphflat Looks like you are now hitting a [squid ](https://en.wikipedia.org/wiki/Squid_(software))proxy properly.. It seems to be rejecting your request to download from maven.

@ralphflat Until we get some guidance from @kay-schecker, I think perhaps you should try the openapi generator.. and bypass the openapi-generator-cli command line wrapper. Download the[ latest jar](https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.1.1/openapi-generator-cli-5.1.1.jar), and use...

Hi @kay-schecker I'll be glad to push that issue to our IT guys. Perhaps indeed it is in the configuration of the squid proxy. Good find.

@travisn This is the default storage class used to establish the persistent volume that the NFS server itself uses. The documentation says that any storage class will do. I am...

I found this repository based on your article [here](https://medium.com/swlh/building-a-realtime-dashboard-with-reactjs-go-grpc-and-envoy-7be155dfabfb). I hope you can find the updated proto. The article seems so useful, even though its a couple years old.

> can you please file a PR to start with? > > ``` > oneOf: > - type: string > - type: number > - type: integer > - type:...

> > I've been using the openapi generation for years. I tend to generate python and javascript client libraries. > > happy to hear that you've been using it for...

Though I am not familiar with the template language, at first glance the bug seems to be in [this file](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Javascript/partial_model_oneof.mustache)

> yes, that's the mustache file you will need to update. Any idea what the fastest way to resolution is? This is the first such problem that I've ever had...