Clemens Grabmann

Results 9 comments of Clemens Grabmann

Hi @alalek Are there any plans on adding support soon? By now HEIC is the default image format on new iOS versions, Android 10 added support for HEIC, Windows and...

@charlespierce Would it be possible to do something similar to this: https://github.com/nullivex/nodist#make-it-work-in-your-ide It seems like nodist just has its own `npm-cli.js`, which just calls their npm shim. I tried their...

Ok I played around with the solution that Nodist is using and adapted it for Volta. If there is a `npm-cli.js` file. you can select it and IntelliJ will use...

Have not tried it, but if it is supported by the Gradle-Plugins we integrate then it should work: - https://github.com/cloudflightio/autoconfigure-gradle-plugin#swagger-plugin - https://github.com/cloudflightio/autoconfigure-gradle-plugin#springdoc-openapi-plugin If it does not work please provide a...

for now I implemented a workaround that configures the working directory for the forked spring boot run to be some dummy directory that does not have any content, therefore this...

@bnasslahsen sry I forgot to update that version when I copied it over from another issue. We are using `{ module = "org.springdoc:springdoc-openapi-starter-webmvc-api", version = "2.1.0"}`. I updated the description....

@bnasslahsen I created the test repo, you can find it here: https://github.com/cgrabmann/springdoc-issue-120-demo Running the `generateOpenApiDocs` task directly works like a charm. Running the `build` task fails like described.

Would really be nice if the action would just cache and restore the downloaded tools, since I ran into a situation multiple times now, where the Node Download timed out....

I just ran into seemingly exactly this issue while integrating [`springdoc-openapi-gradle-plugin`](https://github.com/springdoc/springdoc-openapi-gradle-plugin) into our own [`autoconfigure-gradle-plugin`](https://github.com/cloudflightio/autoconfigure-gradle-plugin). All the detailed information can be found in the 2 issues referenced above. @psxpaul is...