eugene yokota
eugene yokota
@matomer Thanks for the info!
Thanks for the report. Could you tell us what the environment that you are seeing this issue, for example the shell and the console program? Also could you check if...
So I'm guessing that "ΓÇ»" is either an ASCII control sequence or some string in encoding A, misinterpreted by your shell as another encoding B, also known as mojibakeh. If...
Thanks for the report. A meta commentary is sbt isn't really aware of the semantics of Scala.JS, and Scala.JS can't be responsible for experimental feature sbt 1.x shipped in a...
I've posted my guess https://github.com/foundweekends/giter8/issues/931. Generally the problem is with the combination of slf4j, which uses classpath as a mechanism of choosing the logger, and general process of automatic dependency...
Here's a PR for this, which backports @lrytz's https://github.com/scala/scala/pull/6023 from Scala 2.x - https://github.com/scala/scala3/pull/21362
I wonder if watchSource is getting confused.
@xelax Thanks for the report. Eviction error is written based on the UpdateReport returned from Coursier. Could you also report this to coursier/coursier please?
Could you run `githubWorkflowGenerate` to regenerate GitHub Action YAML files plz?
https://github.com/sbt/sbt-osgi/blob/main/.scalafmt.conf probably needs to be updated to ```yaml runner.dialect = Scala212Source3 ```