Kay Schecker

Results 7 comments of Kay Schecker

Also voting to have defaultMetadataStorage as public API. It's very very useful to build advanced features on top of class-transformer. So please add support

Hi sorry for the late response. It's very difficult to debug such issues, because proxies often produce strange errors. I just found this article: https://stackoverflow.com/questions/27636360/squid-proxy-gives-501-on-get-request-made-by-python-but-not-curl Could you try to create...

You could also disable ssl check, but only, if you know what you're doeing ;) To do that across all operation systems just use: https://www.npmjs.com/package/cross-env `cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 openapi-generator-cli`

I guess this issue belongs to https://github.com/OpenAPITools/openapi-generator

What about?: ```json { "generator-cli": { "repository": { "queryUrl": "https://username:[email protected]/maven-central/select?q=g:${group.id}+AND+a:${artifact.id}&core=gav&start=0&rows=200", "downloadUrl": "https://username:[email protected]/maven-central/${groupId}/${artifactId}/${versionName}/${artifactId}-${versionName}.jar" } } } ```

Does the issue still exist? I'm unable to reproduce it.

Thanks a lot for your feature request! I'll provide a plugin which you can use to enable this.