Ivan Pylypenko
Ivan Pylypenko
``` import net.jcazevedo.moultingyaml._ import net.jcazevedo.moultingyaml.DefaultYamlProtocol._ abstract class Symbolic { val id: String val name: Map[String, String] val description: Map[String, String] val symbol: Option[Char] val iterator: Iterator[Symbolic] } case class Infl(...
Some libraries targeting Scala.js require the 'sbt-scalajs-bundler' sbt plugin in dependent projects, because they themselves depend on npm packages. To use this kind of libraries with mill one has to...
### Describe the bug after running :MetalsInstall on a fresh setup of nvim-metals the install script gets stuck in an infinite loop. these few lines in the logs have been...