Vassil Dichev

Results 8 issues of Vassil Dichev

To demonstrate the problem: > scala> class A; class B extends A > defined class A > defined class B > > scala> val b = new B; val a:...

When a project has converted some data structures to e.g. shapeless records, compilation time has naturally increased. However, using linter, it spends a disproportionate amount of time in the linter-typed...

Currently using a schema to qualify the table name e.g. "SELECT \* FROM schema.table" doesn't work. The parser is actually the easy part, if I just parse and ignore the...

It would be great to be able to deserialize to a Scala collection instead of Java collections when you don't know what your input would be. There are use cases...

`parse[JValue]("""[null]""")` produces "Can not deserialize instance of com.codahale.jerkson.AST$JValue out of VALUE_NULL token" at ... blablabla

Removing while iterating is buggy. A quick workaround is to reverse the list.

When mapping multi-column queries to a shapeless record, only the positions of the columns are taken into account. That is to say, the first column from the query is mapped...