marq

Results 3 issues of marq

Version 26 ```scala // LIB=C:\nope import dev.dirs.ProjectDirectories ProjectDirectories.from("com", "Foo Corp", "Bar App") ``` It's stuck on a powershell call: `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2 -NoProfile -EncodedCommand JgAg...` When I try running it...

bug
windows

**DESCRIPTION:** Since slick version 3.2.2 it's no longer possible to support new DatabaseActions through overriding `runInContext` in `BasicBackend`, but the documentation still says it's possible: ``` Run an Action in...

Tested on master (d83a0ac438bb7f2c3a57aef124b1f5edc8ad5dcb) and v0.7.0 ```scala new File("/home/x/test2.csv") .asCsvReader[(String, String)](CsvConfiguration.rfc) .toList ``` ``` Exception in thread "sbt-bg-threads-1" java.lang.StackOverflowError at kantan.csv.engine.InternalReader.hasNextChar(InternalReader.scala:66) at kantan.csv.engine.InternalReader.escapedCell(InternalReader.scala:174) at kantan.csv.engine.InternalReader.escapedCellEnd(InternalReader.scala:169) at kantan.csv.engine.InternalReader.escapedCell(InternalReader.scala:186) at kantan.csv.engine.InternalReader.escapedCellEnd(InternalReader.scala:169) at...