Danil Kolesnikov
Danil Kolesnikov
@VIKCT001 I am facing the exact same error, I have a project with Scala 2.11 and Spark 2.4, after implementing YAML parsing everything worked flawlessly via `sbt test` but after...
The reason for this issue to occur is because Apache Spark (`2.4` in my case) uses SnakeYAML `1.15` which gets picked up first by the class loader when running the...
Related: https://github.com/sbt/sbt-dependency-graph/issues/99
HAS THIS BEEN RESOLVED?!
https://github.com/graphql/graphiql/issues/586
https://www.darraghoriordan.com/2021/05/18/env-node-r-no-such-file-or-directory/ https://github.com/docsifyjs/docsify-cli/issues/78 @pantharshit00 did you use windows when building the package?
https://github.com/vegas-viz/Vegas/issues/156 Overview of the issue with circe 0.9.x.. @oshikiri @aishfenton how is the work with upgrading Argus to use scalameta going? Can I help?
@aishfenton @oshikiri
@oshikiri Updates on this: * It looks that argus needs to be updated to 2.8 (not released yet) * Assuming there is a breaking change in circe 0.7 - 0.9....
My solution for this was using Oracle's JDK instead of OpenJDK. OpenJDK doesn't have JavaFX. If someone really wants to use OpenJDK, then building OpenFX can be a path forward...