Deepak Sharma
Deepak Sharma
I can confirm to that @mnn 's solution works. Although I am running Ubuntu 14.04, I had the same issue while installlng giter8.
Shouldn't `cs` be looking for `sbt-launch.jar` from the `$PATH`, instead in ~/.conscript/ dir? I had added path to sbt's bin folder so, command `sbt-launch.jar` was available.
I too faced this issue and fixed it with the solution suggested by @FrikkieSnyman The reason I think, it worked, is because of the conflict with some existing class name....
Also, I can see that this BaseSchema interface in this file - https://github.com/thiagobustamante/typescript-rest-swagger/blob/master/src/swagger/swagger.ts does contain `minLength` specification. I still don't understand how to declare in my own interfaces for the...
Okay. I was looking at `getSwaggerTypeForPrimitiveType` method in https://github.com/thiagobustamante/typescript-rest-swagger/blob/master/src/swagger/generator.ts And it seems there is no such option available yet. But, I might hopefully be wrong :|
Fixes #3