kenji yoshida

Results 148 issues of kenji yoshida

add more Monad pure/point methods (by config 🤔?)

https://github.com/wartremover/wartremover/commit/f9f2b86d74119c4fee1ffd362d212a7e774a30f9

- https://github.com/sbt/sbt/pull/6309

```scala scalaVersion := "2.12.2-bin-typelevel-4" scalaOrganization := "org.typelevel" ``` ```scala object Test { def foo(a: Stream[Either[Int, String]]): Int = a match { case Right(_) #:: tail => 1 case Left(_) #::...

Last commit is one year ago, and latest version depends on scalaz 7.0.x. I propose - move organization `typelevel/scalaz-contrib` to `scalaz/scalaz-contrib` - change groupId `org.typelevel` to `org.scalaz` what do you...

- Scala 3 report warnings since 3.4 https://github.com/lampepfl/dotty/pull/18813 - Scala 2.12 and 2.13 support new syntax without `-Xsource:3` option https://github.com/scala/scala/pull/10005

https://en.wikipedia.org/wiki/Zip_bomb https://github.com/sbt/io/commit/d258f906431d556d3a8774c31f8432affb9259a9 WDYT? 👀