Scala 3 macros: create a new polymorphic function using the reflect api...
Read MoreFix missing transnitive dependencies with jlink and scala3 `scala.quoted -> scala `...
Read MoreScala 3 macro: creating a path-dependent method signature...
Read MoreReplacement for `x.asType match { case '[type t <: S; t] => ...` in Scala 3.3 (LTS)...
Read MoreIn scala 3.6.4, how to call a polymorphic method with type bounds from inside a quoted expression?...
Read MoreScala given in lexical scope not found in called function...
Read MoreHow to reduce a `Term` that is reducible to a constant, in a scala 3 macro?...
Read MoreWhy does quoted expression raise errors while equivalent AST does not?...
Read MoreLooking up and setting elements of java.util.Properties using dot notation in Scala...
Read MoreHow to call an inline method from within a scala 3.6.4 macro?...
Read MoreHow to avoid calls to `scala.quoted.Quotes.reflectModule.reportModule.info` to be ignored in compile...
Read MoreHow to write for play framework scala 3 enums reads, writes and format...
Read MoreHow to compile and execute scala code at run-time in Scala3?...
Read MoreHow to specify Scala 3 `scala.Conversion` when the types being converted take an arbitrary type para...
Read MoreDefine trait as supertype of existing built-in type...
Read MoreCheck a list contains an instance of each possible case class...
Read MoreScala: An extension method was tried, but could not be fully constructed (same extension name on mul...
Read MoreHow to create an Instance of a generic class in Scala 3 Metaprogramming...
Read More(De)serialize enum as string in Scala 3...
Read MoreParsing command line arguments as an Array[String] in Scala 3?...
Read MoreWhy are `given ... with { ... }` and `given ... = new { ... }` working differently?...
Read MoreWhat's the easiest way to serialize an opaque type with circe...
Read MoreGiven member definitions starting with `with` are no longer supported...
Read MoreHow to use generic enum's values in a function...
Read Morezio-http and Tapir: provide layers globally...
Read MoreCan a scala3 macro introduce an implicit value around an existing block?...
Read MoreIn Scala 3, how to write a term of which type signature is a match type?...
Read More