Search code examples
Scala: An extension method was tried, but could not be fully constructed (same extension name on mul...


scalaextension-methodsscala-3

Read More
How to create an Instance of a generic class in Scala 3 Metaprogramming...


scalametaprogrammingscala-3

Read More
(De)serialize enum as string in Scala 3...


scalaserializationcircescala-3

Read More
Parsing command line arguments as an Array[String] in Scala 3?...


scalacommand-line-argumentsscala-3

Read More
What's the easiest way to serialize an opaque type with circe...


jsonscalaserializationscala-3circe

Read More
Given member definitions starting with `with` are no longer supported...


scalasyntaximplicitscala-3given

Read More
How to use generic enum's values in a function...


scalascala-3

Read More
How to summon a `given` member?...


scalaimplicitscala-3initialization-ordergiven

Read More
zio-http and Tapir: provide layers globally...


scalascala-3ziotapirzio-http

Read More
Can a scala3 macro introduce an implicit value around an existing block?...


scalamacrosimplicitscala-macrosscala-3

Read More
In Scala 3, how to write a term of which type signature is a match type?...


scalascala-3match-types

Read More
What's the difference between implicitly and summon?...


scalaimplicitscala-3

Read More
Scala 3 macro: how to get the return type of a method by its `Symbol`?...


scalascala-macrosscala-3

Read More
OAuth 1.0 and X API v2 with Scala and sttp...


scalatwitteroauthscala-3sttp

Read More
Scala 3: typed tuple zipping...


scalatuplespattern-matchingscala-3match-types

Read More
Scala 3 compile time mirrors: how to get field names when I don't have an instance of the type...


scalareflectionscala-3

Read More
How to get the value of a field of a case class by reflection in Scala 3...


scalareflectionscala-3

Read More
Double definition in Scala 3...


scalamigrationscala-3

Read More
After migrating to Scala 3, I get this warning: A pure expression does nothing in statement position...


scalamigrationscala-3

Read More
Scala 3 reflection: collect all members that are singleton objects...


scalareflectionscala-3

Read More
Scala 3 polymorphic extension method not working well with literal types...


scalaextension-methodsscala-3

Read More
How to provide a generic Circe Decoder for a Scala 3 Enum Values?...


scalaenumsdecodingscala-3circe

Read More
Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Play...


scalaplayframeworkscala-3play-json

Read More
Test/compile not finding lib/jar with Scala 3 (but 2.13 works)...


scalasbtscala-3

Read More
Scala 3 binary compatibility issue...


scalascala-3

Read More
Scala 3 macros: "dynamically" instantiating singleton objects at compile-time...


scalascala-macrosscala-3

Read More
Scala 2 to Scala 3: Instantiating a trait no longer recognises new methods...


scalatraitsanonymous-classscala-3

Read More
Scala 3: why does `inline` fix stack overflow...


scalascala-macrosscala-3parser-combinators

Read More
Scala initialization order object vs. val...


scalaobjectinitializationlazy-initializationscala-3

Read More
In Scala 3 with DOT calculus, is `this.type` a path-dependent type? What makes it special?...


scaladependent-typescala-3path-dependent-typedotty

Read More
BackNext