Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
968 contributions in the last year
Contribution activity
October 2020
Created a pull request in ScalaConsultants/endpoints4s-vs-tapir-blog-examples that received 1 comment
Adopt a more idiomatic style
Use precise API error responses in endpoints descriptions, rather than the generic type ApiError
Make sure responses and documentation are consist…
- Update scala-stm to 0.11.0
- Update sbt to 1.4.1
- Update sbt-dotty to 0.4.4
- Update http4s-async-http-client, ... to 0.21.8
- Update sbt-scalajs, scalajs-compiler, ... to 1.3.0
- Update laminar to 0.11.0
- Update akka-actor, akka-actor-typed, ... to 2.6.10
- Update akka-stream to 2.6.10
- Update scalafmt-core to 2.7.4
- Update sbt to 1.4.0
- Update akka-http, akka-http-testkit to 10.2.1
- Update scala-stm to 0.10.0
Created an issue in lampepfl/dotty that received 2 comments
Tuple’s apply method fails at runtime unless its result type is explicitly provided
Minimized code
val t = (1, true) val x = t(0)
val y = t(1)
val z = t(2)
Output
The code compiles but fails at runtime when val z is evaluated, with…

