Vinz
Vinz
This PR proposes a solution to the To.safe blocker in Scala 3 on which @MaximeKjaer, @liufengyun and I worked. It took us some time to get familiar with the API...
Some Scastie bugs related to library dependencies arise from the need to query the releases available for a given project. - https://github.com/scalacenter/scastie/issues/471 - https://github.com/scalacenter/scastie/issues/392 The ideal way to solve these...
To get started https://github.com/scalacenter/scastie/search?q=autocomplete and #330
# ScalaJS snippets Markdown files containing snippets with the modifier `scala mdoc:js` are transformed into markdown files which end with two script tags ``` ``` where `someFile.md.js` contains the snippet...
the link to scaladoc in https://www.scala-js.org/doc/interoperability/types.html is broken 
Hello! I use poetry for many projects, including some PySpark projects. In this case, I am used to leveraging `conda-pack` to create a standalone tar.gz containing the Python binary and...
## Minimized code ```Scala @main def hello: Unit = { val x = 3 println(x) } { val x = 5 println(x) } ``` with `-indent -rewrite` becomes ```Scala @main...
## steps sbt version: 1.4.0 build.sbt: minmal (name, version, scala version) Large (> 1GB) static file in `src/main/resources` ## problem `sbt compile` succeeds but `sbt run` crashes with the following...