eugene yokota

Results 700 comments of eugene yokota

For sbt, I've been nudging contributor to adopt XDG Base Directory Specification where possible - https://github.com/sbt/sbt/pull/6887#issuecomment-1114139151 This mean first looking at `XDG_RUNTIME_DIR`, then falling back to `/tmp/.sbt/` for some of...

コントリビューションありがとうございます。 docs.scala-lang の翻訳だと[ガイドと概要](https://docs.scala-lang.org/ja/overviews/index.html)系はだ・である語調なので、そちらに統一した方がいいと思いますが、どうでしょうか。

@SethTisue I haven't taken a look at it in a while, but last I checked there it needed a lot of editing and rework (I made 76 comments in 7...

We should look into implementing versioning on 0.11 branch.

@phaller, @heathermiller Is this a known behavior that can be solved by a stoke of a pen (or a membrane keyboard)?

More sinister problem is that you get `0` when you unpickle. ``` scala scala> import scala.pickling._, Defaults._, json._ import scala.pickling._ import Defaults._ import json._ scala> val r1: java.lang.Byte = 13.toByte...

@reid-spencer The error message "No fields are captured" that you got is something I added in #295. It's not ideal, but at least the failed state is captured at compile...

I'd be happy to review and get this to finish line.

> This happens because all the examples in have the same fully qualified name that comes from the scenario outline description. I don't know anything about Cucumber, but this sounds...