Sebastian Barfurth
Sebastian Barfurth
I made an initial port to Jetbrains IDEs. I published a first version for now. I did implement basic colors for now and will need to add more languages. Java...
Thanks for the feedback @GavinRay97, I'm all good without any donations. I hope you like the port! I will try to continue improving it, especially with more languages. I'm happy...
What @zoellner wrote works. I found that surprising, it seems like this is exactly what I already had. The main difference seems to be the definition of `API_URL` over `BASE_URL`...
I found that simply adding `io.swagger.v3.oas.annotations.security.SecurityRequirements` as an annotation will do what you want. ```java @RestController class Controller { @SecurityRequirements // This is it @GetMapping("/api/v1/endpoint") public String endpoint() { return...
@Dog2puppy That argument doesn't work I think, it will very certainly remain the most popular option for at least another couple of years. Either you move because you like GitLab...
Good idea, would target 1.5.0 with this. So once 1.4.0 is released we use the commit format?
Merged PRs #209 and #210 were part of this. Only thing missing is automatic versioning now.
Thanks @will-stone, sure. I'm also not currently able to maintain it well, but I still have the relevant infrastructure. I guess it won't hurt to add it. Last time I...
This issue is persistent on current macOS Sierra and Safari. It's incredibly annoying. Makes YouTube unusable.