Takahiko Tominaga

Results 6 comments of Takahiko Tominaga

@mkurz Hi there ! The same seems to be true for PathBindable and QueryStringBindable defined in Scala. When creating an object that inherits both PathBindable and QueryStringBindable, the unbind and...

@mkurz I see, I can break compatibility by making a note in the Play 2.9 migration notes! Create a pull request with this improved method. I learned a lot. Thanks!...

@mkurz Thank you very much! We have corrected the information you reviewed.

@mkurz Sorry for the delay. Fixed a problem with an error in the `sbt +mimaReportBinaryIssues` command. Please check to see if there are any problems with the corrected content.

version: 0.18.24 sns does not seem to compile in the same way. Build: ```sbt val root = project .in(file(".")) .settings( scalaVersion := "3.5.0", libraryDependencies ++= Seq( "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" %...

@kubukoz Thank you! I tried it in my local environment using the modified branch and it compiled fine.