scalway
scalway
This is not better-files bug in fact but still this behavior is unexpected and not documented. here is how I tested it. In linux shell: ``` $ ulimit -n 100...
Current implementation of `symbolicLinkTo` and `linkTo` seams to be incorect. ```scala //both functions do almost same thing (one is symbolic of course but... yea) //this one'll return f link.symbolicLinkTo(f) //...
When Called: ``` $ cs fetch org.scalafx::scalafx:18.0.1-R28 ``` i got: ``` Error fetching artifacts: https://repo1.maven.org/maven2/org/openjfx/javafx-media/18.0.1/javafx-media-18.0.1-${javafx.platform}.jar: not found: https://repo1.maven.org/maven2/org/openjfx/javafx-media/18.0.1/javafx-media-18.0.1-${javafx.platform}.jar https://repo1.maven.org/maven2/org/openjfx/javafx-fxml/18.0.1/javafx-fxml-18.0.1-${javafx.platform}.jar: not found: https://repo1.maven.org/maven2/org/openjfx/javafx-fxml/18.0.1/javafx-fxml-18.0.1-${javafx.platform}.jar https://repo1.maven.org/maven2/org/openjfx/javafx-swing/18.0.1/javafx-swing-18.0.1-${javafx.platform}.jar: not found: https://repo1.maven.org/maven2/org/openjfx/javafx-swing/18.0.1/javafx-swing-18.0.1-${javafx.platform}.jar https://repo1.maven.org/maven2/org/openjfx/javafx-base/18.0.1/javafx-base-18.0.1-${javafx.platform}.jar: not found: https://repo1.maven.org/maven2/org/openjfx/javafx-base/18.0.1/javafx-base-18.0.1-${javafx.platform}.jar...
whenever I add newer (than 1.1.2) verion of sbt-less to my `plugins.sbt` ``` //addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2") addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1") ``` sbt crashes at startup with: ```...
I've installed sbt 1.6.1 in a system: ``` sbt --version 1.6.1 ``` when I've tried to start vite dev server on [scalajs-sbt-vite-laminar-chartjs-example](https://github.com/sjrd/scalajs-sbt-vite-laminar-chartjs-example) on branch `laminar-end-state` ``` $ npm run dev...