Kostas Kougios

Results 12 issues of Kostas Kougios

i.e. for non-play "database" module, I get: [error] database/*:playRequireJs from database/compile:resourceGenerators ((net.litola.SassPlugin.autoImport) SassPlugin.scala:31) I've added the sass repo: // sass repo resolvers in ThisBuild += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases"...

Hi, it would be nice to have a sample macro that uses method arguments,i.e. A macro that proxies all methods of a trait and calls a function passing a list...

Class DurationBuilder is not accessible but it is useful in many occasions. I.e. I would like to create methods like ``` def f(db: DurationBuilder) = ... do something ``` and...

I tried to use sbt-projectmatrix today but got into an issue with my generated source files. i.e. ``` lazy val ls = projectMatrix .jvmPlatform(scalaVersions = Seq(scala3Version)) .settings( Compile / unmanagedSourceDirectories...

I have a case class hierarchy, not too large but not trivial either. It includes some sealed traits with 5-10 case classes implementing those. The particular module takes 10 seconds...

abandoned

### Describe the bug I've created a run config: ``` { "type": "scala", "request": "launch", "name": "TroopsApp", "mainClass": "troops.troopsApp", "args": [], "env": {} } ``` When I try to run...

debug
improvement

I've noticed memory leaks when pressing cmd-q (on macos), less memory leaks when closing the game window and no memory leaks if I add a button that does `get_tree().quit()` when...

For example this code doesn't compile (scala 3.4.2): ``` import com.sksamuel.avro4s.* final case class Part( id: Int, children: Seq[Part] ) ``` I can make it compile like below but then...

abandoned

### Describe the bug I got a couple of issues lately when trying to run scala tests. - despite there are no compilation errors , the test runner doesn't start,...

bug
test-explorer

### Describe the bug I got a class TroopsClientState and TroopsClientNextState. If I search for a class and type TCS I can see both, but in the editor when I...

bug
Scala 3
presentation-compiler