-
I've tried to embed successuflly Ammonite 1.0.3 in my SBT console command by running:
```
initialCommands in (Test, console) := """ammonite.Main.main(List(),System.in,System.out,System.err)"""
``…
-
I adapted the ammonite spark example slightly https://github.com/lihaoyi/Ammonite/blob/717eac568f854da76ac4162ae451c4fa9da328a3/integration/src/test/resources/ammonite/integration/basic/Spark2.sc so t…
-
## Bug
> cmd1.sc:2: object ops is not a member of package ammonite
> val res1_1 = interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path)))
> …
-
The Installer script has instructions to set up typelevel scala. However, since about version 2.12, the typelevel compiler artifacts have a suffix `-bin-typelevel-n` where `n` is the language feature …
-
By default when I follow the below steps, I get the sparkcontext on Jupyter (3.2.2) but the jobs are running on local mode (sc.master results in local):
1.load.ivy("com.github.alexarchambault" % "amm…
-
## steps
- Clone the repo https://github.com/shivanithorat/ammonite-simple
- sbt run
## problem
- `@` prompt of ammonite appears, but does not allow to enter any input
- `ctrl-c` is unable …
-
Step to reproduce:
```scala
val x = ammonite.ops.Path("/home/sgao/Documens/vde/lib/myjar.jar")
interp.load.cp(x)
```
runs fine.
Then **every** following run cell like:
```scala
1+1
```
wou…
-
```scala
$ amm
Loading...
Welcome to the Ammonite Repl 1.6.9
(Scala 2.13.0 Java 1.8.0_222)
If you like Ammonite, please support our development at www.patreon.com/lihaoyi
@ val expected = 123456…
-
This related to https://github.com/com-lihaoyi/Ammonite/issues/1228, which is worth a full read to understand the motivation
We need a module, that can
* read an Ammonite or scala-cli script,
…
-
Currently the cp-* docker images include python, bash, java and a heavyweight debian base to facilitate the startup of the confluent platform. We could simplify the code base, decrease the footprint o…