Kaspar

Results 3 issues of Kaspar

I don't understand why you closed to issue... But the fix would be to change the code so: ``` scope.$watch(function () { return attrs.disabled; }, function (newVal) { scope.disabled =...

How can I get `project.version` from `pom`? I would need to use that version for naming my `rpm` file name in `build.sbt` and also I have a application.properties file on...

As mentioned in the title when using the `avroScalaSpecificCustomNamespace` like this for example: ``` Compile / avroScalaSpecificCustomNamespace := Map( "SuperDuperNamespace*" -> "com.super.duper.namespace" ) ``` Then the schema in the generated...