eugene yokota

Results 695 comments of eugene yokota

`paradoxTheme` is already a setting in sbt paradox plugin, so I think this request can be implemented by implementing a content-only theme, and use that to build the site. We...

+1 on Eclipse Temurin. I explicitly endorse that on https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html page as well over distro JDKs.

Now that this image is under new management/`sbtscala`, I think there's some degree of design freedom we earned under the new name. I personally see Ubuntu and Debian both as...

I am not sure. According to Jet Brains' [Scala Programming - The State of Developer](https://www.jetbrains.com/lp/devecosystem-2021/scala/), which is likely impartial, 61% of the respondents regularly use 2.13, 50% 2.12, 22% 2.11,...

Thanks for the report. @dwijnand Looks like Zinc 1.5.8 shipped https://github.com/sbt/zinc/pull/997, and caught some infinite loop of walking the "original tree". I am guessing that there's some node where the...

https://github.com/sbt/zinc/releases/tag/v1.5.9 is out without #997.

I didn't want to create a Trolley problem of log4shell and unpredictable (works only on some 2.12.x?) stackoverflow in 1.5.x branch. If sbt 1.6.0 eventually finalizes this would still be...

@sirthias Thanks for starting this discussion. You're the markdown parsing expert, so if you're saying flexmark-java is the way to go, I'm all for it.

@stephenjudkins Thanks. I am sort of working on this here - https://github.com/sbt/zinc/pull/712

@stephenjudkins I now have tests passing with in-memory source code. I don't know how difficult it would be to abstract the JAR files, but I feel like I should just...