Artūras Šlajus
Artūras Šlajus
We're trialing your plugin and it seems it's pointing to wrong commits when doing a merge request review. Your plugin:    Whereas if I compare things from Idea...
Execution with `set -x` ``` tlp@pebbles:~/game-configs/server/current$ bin/server + declare -a residual_args + declare -a java_args + declare -a app_commands ++ realpath bin/server ++ TARGET_FILE=bin/server ++ CHECK_CYGWIN= +++ dirname bin/server ++...
Following code: ``` val p = new org.fusesource.scalate.ssp.SspParser p.caseExpression(new scala.util.parsing.input.CharSequenceReader("#case ((Android(), Japan()))")) ``` Fails with: ``` scala> res0: p.ParseResult[org.fusesource.scalate.ssp.CaseFragment] = [1.8] failure: `)' expected but `(' found #case ((Android(), Japan()))...
``` java.lang.NoSuchMethodError: scala.LowPriorityImplicits.charWrapper(C)Lscala/runtime/RichChar; at scalax.file.FileSystem.(FileSystem.scala:49) at scalax.file.defaultfs.DefaultFileSystem.(DefaultFileSystem.scala:20) at scalax.file.FileSystem$.(FileSystem.scala:34) at scalax.file.FileSystem$.(FileSystem.scala) at scalax.file.Path$.apply(Path.scala:84) at app.PostcodeSet$.fromDirectory(PostcodeSet.scala:31) ``` When running with scala 2.10.
For example: Given: ``` case class CustomTypeParameter(str: String, sqlType: String) extends SingleParameter { override protected def set(statement: PreparedStatement, i: Int): Unit = statement.setString(i, str) override def appendPlaceholders(stringBuilder: StringBuilder) = {...
Hi there. First of all, let me express how much I am thankful for the work you have put into the HeapExplorer. I had to find out a memory leak...
See https://discord.com/channels/632277896739946517/632310980449402880/1100649913223745597
### Play JSON Version (2.5.x / etc) 3.0.1 ### API (Scala / Java / Neither / Both) Scala ### Problem Map serialization/deserialization is broken if the key doesn't have a...
**Version**: `4.6.0.1` **Module**: `quill-sql` If you use `.onConflictIgnore` and `onConflictUpdate` on a batch query (with `.liftQuery`) it complains about a malformed batch query. This functionality worked in Quill 2. ```scala...