Juan Liska

Results 10 issues of Juan Liska

``` 2019-03-15 09:13:54.663 [main] INFO ventas.config - Loading configuration 2019-03-15 09:13:54.680 [main] DEBUG ventas.config - {:database {:url datomic:free://localhost:4334/ventas}, :server {:port 3450, :host localhost}, :elasticsearch {:index ventas, :port 9200, :host 127.0.0.1},...

it would be good to provide password somewhere

Wish there was a way to upload a screenshot from my phone, but if you try it you'll see the problem

JMH seems great and it would be awesome to run benchmarks as part of a build/test process. But currently, using JMH means doing a cumbersome setup and it requires Maven...

You may wish to do this yourself as this commit may skew statistics on the repo. These changes improve the index that can be auto-generated with https://github.com/pabl0rg/kobalt-dsl-documenter

running ```./kobaltw --projectInfo > projectInfo.txt``` on [https://github.com/pabl0rg/kobalt-mixed-example](https://github.com/pabl0rg/kobalt-mixed-example) produces this: [projectInfo.txt](https://github.com/cbeust/kobalt/files/737218/projectInfo.txt) which makes no mention of android. However in it's pom, the dependency `com.squareup.retrofit2:retrofit:2.1.0` has an optional dependency on android ```xml...

Many times a project already has Services with methods. These methods can have many arguments and it is tedious to expose them with the lambda style that is currently supported....

I added a dependency and synched the project. In the screenshot you can see that the xenomachina external library has been added to project structure no problem. Also, I can...

``` Processing manifests...***** ***** ERROR Error: com.beust.kobalt.Variant.allDirectories(Lcom/beust/kobalt/api/Project;)Ljava/util/List; ***** java.lang.NoSuchMethodError: com.beust.kobalt.Variant.allDirectories(Lcom/beust/kobalt/api/Project;)Ljava/util/List; at com.beust.kobalt.plugin.android.KobaltResourceMerger$processManifests$1.invoke(KobaltResourceMerger.kt:178) at com.beust.kobalt.plugin.android.KobaltResourceMerger$processManifests$1.invoke(KobaltResourceMerger.kt:77) at com.beust.kobalt.misc.KobaltLoggerKt.logWrap(KobaltLogger.kt:31) at com.beust.kobalt.plugin.android.KobaltResourceMerger.processManifests(KobaltResourceMerger.kt:177) at com.beust.kobalt.plugin.android.KobaltResourceMerger.run(KobaltResourceMerger.kt:98) at com.beust.kobalt.plugin.android.AndroidPlugin.taskGenerateRFile(AndroidPlugin.kt:182) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...