Search code examples
Scala 3 multiversal equality of type parameters...


scalascala-3

Read More
Scala 3 fails to match a method to an equivalent function signature?...


scalascala-3

Read More
Is it possible to match a quoted type of a sum type?...


scalaenumsscala-macrosscala-3

Read More
How do you obey x-rate-limit headers using cats-effect and the http4s client?...


scalascala-3cats-effecthttp4s

Read More
scalafmt - docstrings conflict with significant indentation...


scalaindentationdocstringscala-3scalafmt

Read More
Does scala-3 macros support compile-time global variables? How to use them?...


scalascala-macrosscala-3

Read More
circe doesn't see field when it contains an array...


jsonscalacircescala-3dotty

Read More
java.lang.NoSuchMethodError: 'void akka.actor.ExtensionId.$init$(akka.actor.ExtensionId)'...


scalaakkaakka-streamakka-httpscala-3

Read More
Spark: DF.as[Type] fails to compile...


scalaapache-sparkapache-spark-sqlscala-3spark3

Read More
Polymorphic method works with type lambda, but not with type wildcard in Scala 3...


scalascala-3higher-kinded-typeskind-projector

Read More
Scala 3 collection partitioning with subtypes...


scalatype-safetyscala-3path-dependent-type

Read More
Can you implement dsinfo in Scala 3? (Can Scala 3 macros get info about their context?)...


scalamacrosscala-macrosscala-3

Read More
Expand Code to Raw AST Scala 3 in the REPL...


scalaread-eval-print-loopscala-macrosscala-3

Read More
scala3: Methods on enum case, possible?...


scalaalgebraic-data-typesgadtscala-3

Read More
Can I use mirrors to synthesize match statements for ADTs in Scala 3?...


scalaserializationscala-3

Read More
How to set the IntellIJ's scala format for if statement?...


scalaif-statementintellij-ideascala-3

Read More
Printing MirroredElemTypes in Scala 3...


scalascala-macrosscala-3dottygeneric-derivation

Read More
Getting MirroredElemLabels from Mirror...


scalagenericsshapelesstype-level-computationscala-3

Read More
Scala Spark Encoders.product[X] (where X is a case class) keeps giving me "No TypeTag available...


scalaapache-sparkscala-3

Read More
Scala 3 Manifest replacement...


scalascala-macrosscala-3

Read More
Derive typeclass instances for opaque types in Scala 3...


scalatypeclassscala-3derivingderivingvia

Read More
Lost on migrating from Scala 2.13 to 3.2...


scalasbtscala-3scala-version-cross-build

Read More
scala 3 macro: get class properties...


scalametaprogrammingscala-macrosscala-3

Read More
How to get the body of variable initialisation from outer scope in Scala 3 macros?...


scalamacrosscala-macrosscala-3

Read More
Get information of type in Scala3 macro...


scalamacrosscala-macrosscala-3

Read More
correct Scala 3 syntax for providing a given from a higher order function argument...


scalaimplicitscala-3

Read More
Macro class name expansion in Scala 3...


scalamacrosscala-macrosscala-3

Read More
Is it possible in Scala 3 overriding a method in superclass with extension methods?...


scalaextension-methodsimplicitscala-3

Read More
Problem with understtanding Matchable trait in Scala 3...


scalascala-3

Read More
How to do the equivalent of T[Any] for higher kinded types in scala...


scalagenericsscala-3existential-typehigher-kinded-types

Read More
BackNext