Eric Kolotyluk

Results 11 issues of Eric Kolotyluk

ekolotyluk@Erics-MBP nodejvm % ./gradlew dat-sample:run > Task :dat-sample:run FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':dat-sample:run'. > Process 'command '/Users/ekolotyluk/dev/nodejvm/build/nodejvm/nodejvm'' finished with...

resolvers += Resolver.jcenterRepo addSbtPlugin("ohnosequences" % "sbt-s3-resolver" % "0.19.0") leads to sbt.ResolveException: unresolved dependency: ohnosequences#sbt-s3-resolver;0.19.0: not found

I am able to run a stable cluster using docker-compose with ``` # Compose a collection of Docker containers used by Spacejam/Madlands server # See README in this directory #...

question
docker-swarm

Everything works fine building and running under Maven, but importing the project into Eclipse Oxygen the tests do not compile properly. I will continue to investigate, but it would be...

The file `lib.versions.toml` contains no version information. It only contains coordinates. A better name would be `lib.coordinates.toml` An even better name would be `library.coordinates.toml` as abbreviations in such contexts reduce...

alternative structuring option

I noticed there is no Gradle Wrapper in this project. I want to confirm this is intentional. Personally, I have spent weeks in Gradle Wrapper Version Upgrade Hell because our...

question

All these examples are too complicated, brittle, and fragile. Can someone please give the most simple working example possible with only two files 1. main.kt 2. script.kts When I try...

eric.kolotyluk@Y2RCV7009N loom-laboratory % ./gradlew clean helidon-nima:test > Task :helidon-nima:compileJava warning: using incubating module(s): jdk.incubator.concurrent Note: /Users/eric.kolotyluk/git/autonomous-iam/poc/loom-laboratory/helidon-nima/src/main/java/nima/NimaMain.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: /Users/eric.kolotyluk/git/autonomous-iam/poc/loom-laboratory/helidon-nima/src/main/java/nima/BlockingService.java uses...

Document JAVA_HOME environment variable `mvn clean package` fails out of the box unless `JAVA_HOME` is set correctly. For improved developer experience (DX) document this important prerequisite.

### Expected vs Actual Behaviour When I try to put > findbugsReportType := Some(FindbugsReportType.FancyHtml) in `build.sbt` Instead it... Complains "Cannot resolve symbol FindbugsReportType" Solution Show full working examples of what...