Corey O'Connor
Corey O'Connor
I'm able to reproduce this on ammonite directly. This indicates an ammonite issue not one specific to almond. Repro. ``` [~]$ cs launch ammonite --scala 3 Loading... Welcome to the...
Filed https://github.com/com-lihaoyi/Ammonite/issues/1487
This has been fixed upstream in ammonite.
I was reading through the coursier resolver docs and source - https://github.com/alexarchambault/coursier This has similar aspects that might be usable. In particular the cache only mode. From what I can...
I'm able to reproduce the same failure as above outside of nixops. The failure mode I'm experiencing is not specific to nixops. This is the error when run under nixops:...
sounds good! I might have some time to devote. I'll post a draft-PR for extending the integration tests if I get started. Adding the link to similar code in spark...
I'm able to reproduce the integration test failures locally. Will update the PR shortly.
Be sure the spark version is the scala 2.13 version? I can confirm spark 3.5.1 and almond 0.14.0-RC14 work fine:  Specific setup: https://github.com/coreyoconnor/nix_configs/blob/dev/modules/ufo-k8s/almond-2/Dockerfile
I (just now) ran across https://github.com/typelevel/typelevel-nix Which has a better approach for setting up a development environment. `sbt-derivation` is more for packaging applications. Switching to that. Can still use `sbt-derivation`...
> @coreyoconnor Maybe some info in the docs for Nix aficionados would be good? Docs, always get the least attention. Just closed this one to open a PR from a...