OlegYch
OlegYch
i depend on gatling via ``` Seq("io.gatling" % "gatling-app" % "2.0.0-SNAPSHOT", "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.0.0-SNAPSHOT"). map(_.exclude("io.gatling", "gatling-recorder").exclude("io.gatling", "gatling-jdbc").exclude("io.gatling", "gatling-redis"). excludeAll(ExclusionRule(organization = "com.typesafe.sbt")).excludeAll(ExclusionRule(organization = "com.typesafe.zinc"))) ``` today i noticed that...
should avoid issues like https://github.com/lloydmeta/enumeratum/issues/314
## Compiler version 3.0.0 - 3.2.0-RC1-bin-20220511-7c446ce-NIGHTLY ## Minimized code ```Scala trait DomainIdProvider[T] { type Id = List[T] } object Country extends DomainIdProvider[Country] case class Country( id: Country.Id, ) ``` ##...
## steps sbt version: 1.3.3 `project/plugins.sbt` : `addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.2.0")` `updateSbtClassifiers` ## problem plugin sources are not downloaded idea import does not download plugin sources as well ##...
With typeclass like this ``` trait MagnoliaFormatSchema[T] extends MagnoliaFormatSchema.Input[T] object MagnoliaFormatSchema { trait Input[T] type Typeclass[T] = MagnoliaFormatSchema[T] trait Derived[T] extends Typeclass[T] def combine[T](ctx: CaseClass[Typeclass, T]): Derived[T] = { ???...
currently only 2.12.6 is available here https://index.scala-lang.org/scala/scala/
we need to bundle org.scastie deps to support running snippets using downloaded sbt project related to #508
there isn't much reason to use actor model in this kind of application and there is a bunch of hard to debug issues outstanding currently which are caused by its...
currently deploying scastie takes about half an hour, most spent building docker images about the same level of security could be achieved using SecurityContext, as evidenced by old scastie and...
atm it just complains about ScastiePlaygroundMain not being found at the very least we need a better error