Oliver Hechtl

Results 3 issues of Oliver Hechtl

In my projects I often have a very dense graph, which just doesn't fit into a 1280x1024 canvas, and also this makes the graph a bit more responsive.

This simple example fails to parse: ``` import com.typesafe.config.ConfigFactory import io.circe.config.syntax._ import io.circe.generic.auto._ import cats.implicits._ object bug extends App { val config = ConfigFactory.parseString("asd: [{k: 1},{k: 2},{k: 3}]") case class...

Hey, love the rust version! However, I have a problem: I'm trying to set the offset to -1 in consumer mode like this: `kafcat -C -o -1 -b -t `...