kenji yoshida

Results 148 issues of kenji yoshida

- I think we should apply https://github.com/scala/docs.scala-lang/pull/1051 and some other changes https://github.com/scala/docs.scala-lang/commits/main/_overviews/core/futures.md - [ ] ja: https://github.com/scala/docs.scala-lang/blob/6d9b262389ac51/_ja/overviews/core/futures.md - [x] _zh-cn: https://github.com/scala/docs.scala-lang/blob/6d9b262389ac51/_zh-cn/overviews/core/futures.md

help wanted
good first issue

help wanted

version 0.7.0-p2 ``` scala import org.msgpack.value._ object Main { def mapValueEqualsTime(size: Int): Unit = { val keyValues: Array[Value] = (1 to size).flatMap{ key => Seq(ValueFactory.newString(key.toString), ValueFactory.nilValue()) }.toArray val map1, map2...

https://github.com/scala-text/scala_text/commit/b269309a921906e401c1da02f246135e2c922e32 https://github.com/scala-text/scala_text/commit/8a0f5af8411b16d631bde47814ca92488e755252 github-pages-deploy-action 互換ないのに上げる事故があったから、一旦無効化したが、再度有効化するかどうか

- https://github.com/scala-text/scala_text/pull/549 - https://github.com/scala-text/scala_text/pull/542#issuecomment-599026111 tutからmdoc移行したときに、エラー表示がうまくいかなくて諦めたので、それを改善したい

trait.mdに > トレイトの`val`の初期化順序を回避するもう1つの方法としては事前定義(Early Definitions)を使う方法もあります という説明がある。以下のような警告がでる ``` warning: /Users/kenji/scala-text/scala_text/src/trait.md:391:17: early initializers are deprecated; they will be replaced by trait parameters in 2.14, see the migration guide on avoiding var/val in traits....

Scala 3前提で書く( = Scala 2をやめる)のはまだまだ時期尚早だが、そろそろ「Scala 3の場合は〜」みたいな記述を、ところどころ追記していいかもしれない? 🤔

### before ``` Welcome to Scala 3.1.1 (1.8.0_322, Java OpenJDK 64-Bit Server VM). Type in expressions for evaluation. Or try :help. scala> case class A(x: Int); case class B(y: A)...

- https://yusuke.blog/2021/03/18/2947 - https://twitter.com/yamadamn/status/1372047711998930950 - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8202343 https://github.com/scalikejdbc/scalikejdbc-async/runs/2531693706?check_suite_focus=true#step:5:186 ``` he last packet successfully received from the server was 1 milliseconds ago. The last packet sent successfully to the server was 1...