Sakib Hadžiavdić
Sakib Hadžiavdić
@gbersac There is no Play 2.5 for Scala 2.12 released, see [here](https://repo1.maven.org/maven2/com/typesafe/play/play_2.12/) and [here](https://mvnrepository.com/artifact/com.typesafe.play/play). I suspect the same problem with ScalaJ version also.
This repo doesnt support sbt anymore (except for docs).. Please use the mill build now! :)
I found this https://github.com/Microsoft/WSL/issues/1173#issuecomment-370665039It works, although I have no idea how. You just open regedit and set/create "VirtualTerminalLevel"=dword:00000001 in [HKEY_CURRENT_USER\Console] Note this is not needed if you're using Conemu or...
~~@antonkulaga Shouldn't `import $ivy..` instead be `interp.load.ivy(..)`? See [multistage scripts](http://ammonite.io/#Multi-stageScripts) section.~~ (my mistake, that's just for **artifacts depending on runtime values**) @dynofu It is mentioned in [multistage scripts](http://ammonite.io/#Multi-stageScripts) section. Since...
I am having similar issues locally, I get an exception, the console doesnt work at all. :/ Considering replacing the JNA implementation with Jansi...
@alexarchambault My issue is unrelated to escape sequences. It gets in an infinite loop: java.lang.IllegalStateException org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:538) org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:454) ammonite.repl.FrontEnds$JLineTerm.readCode$1(FrontEnds.scala:57) ammonite.repl.FrontEnds$JLineTerm.$anonfun$action$3(FrontEnds.scala:78) ammonite.util.Catching.flatMap(Res.scala:115) ammonite.repl.FrontEnds$JLineTerm.action(FrontEnds.scala:66) ammonite.repl.Repl.$anonfun$action$4(Repl.scala:194) ammonite.repl.Scoped.$anonfun$flatMap$1(Signaller.scala:45) ammonite.repl.Signaller.apply(Signaller.scala:28) ammonite.repl.Scoped.flatMap(Signaller.scala:45) ammonite.repl.Scoped.flatMap$(Signaller.scala:45) ammonite.repl.Signaller.flatMap(Signaller.scala:16) ammonite.repl.Repl.$anonfun$action$2(Repl.scala:178) ammonite.util.Catching.flatMap(Res.scala:115) ammonite.repl.Repl.action(Repl.scala:170)...
Could it be that it is being called from multiple threads? https://javadoc.io/doc/org.jline/jline/3.12.1/org/jline/reader/LineReader.html > Any attempt to call one of the readLine call while one is already executing in a different...
It is really odd that it's working fine in Cmder and GitBash, but not in native shells: CMD/PowerShell ... :/
Fixed in #201 ?
Works fine on 1.4.0 :)