GregDThomas

Results 4 issues of GregDThomas

If you have: `com.example:dependency:1.0.0-SNAPSHOT` then failOnSnapshotDependencies will fail the build. If you have: `com.example:dependency:1.0.0-20200514.165812-2` (i.e. an explicit SNAPSHOT dependency) then failOnSnapshotDependencies will **_not_** fail the build - it should.

This fixes https://github.com/OpenAPITools/openapi-generator/issues/11570 by removing the unnecessary tags at the class level. A tag appears in the spec at an operation level - https://swagger.io/docs/specification/grouping-operations-with-tags/ So applying these tags at a...

Issue: Bug
Server: Spring

I foolishly managed to add a network that had no name (I deleted the default name and hit save). Once you do this, it's no longer possible to edit or...

bug
up-for-grabs

[Replaces http://code.google.com/p/jquery-localtime/issues/detail?id=5] Currently, the plug-in only supports displaying the localtime using English days and months. Should perhaps use the jQuery Globalization plugin - https://github.com/jquery/globalize - to cope with many languages.

enhancement