Decapo01
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created Muliti Project or Module guide
AnsweredHow do I create a Multi project or Multi module project similar to a Solution and class library in visual studio with intellij and gradle? I'd like to create a Class library in kotlin and share it... -
Created How to connect to h2 browser with the Play Framework Application Run/Debug Configuration
AnsweredHow do I connect to the h2 browser for the in memory database when I run or debug my Play app from the Run/Debug configuration tool? -
Edited After upgrading to 2018.1 there are no more compile errors or problems in Play framework Projects
AnsweredAfter upgrading to idea 181 I no longer see compile errors for my play projects. Does anyone know how to help get them back? -
Created Cannot Set SQL Dialect
AnsweredI've set my slq dialect multiple times for a project but I does not take. Intellij keeps telling me SQL dialect is not configured. Even after clicking on the light bulb and setting it multiple times -
Created webstorm "Error: path to the Dart SDK is not specified"
Trying to start a dart project and this is the error i get. What do I need to do to get dart running. -
Created Unrecognized option: -Xmax-classfile-name=128
I'm using scala on an encrypted hard rive on ubuntu and I usually run sbt with the -Xmax-classfile-name=128 option however when I attempt to run this with intellij's play 2 configuration I receive ... -
Created How to run and debug a multi project Play Scala.js project
I've been working with a Play Scala.js project that's split into multiple projects. The layout is here https://github.com/Algomancer/Full-Stack-Scala-Starter. I'd like to debug the play applicati...