Optimal Scalafmt configuration using Genetic Algorithms
The work described is shipped in two parts: a generic library for genetic algorithms and a web application with Scala.js where you can optimise your very own config. Anton Sviridov (@velvetbaldmime) |
sudori part 6: sbt query · eed3si9n
For sbt 2.0, I’d like to propose a new mechanism of filtering down the subprojects during task aggregation. Eugene Yokota (@eed3si9n) |
Cancellable HTTP requests via Scala's Tapir
This sample shows an HTTP server and an HTTP client, that can cleanly cancel requests, both on the client-side and on the server-side. This is needed for safe disposal of resources. Alexandru Nedelcu (@alexelcu) |
Game of Life with Scala.js and Webassembly
This project implements a very simple Game of Life frontend, and packages it as both webassembly and plain JS using Scala.js 1.17.0's experimental Webassembly backend. Anton Sviridov (@velvetbaldmime) |