Andrea

Results 4 issues of Andrea

use readCsvFromFileName

Hi there I am trying to convert a project that uses sbt into gradle and on "sbt land" you can run custom runners (https://github.com/ktoso/sbt-jmh#advanced-using-custom-runners) is there anything like this I...

Hi: I was trying to run a minimal example of this library when this happened. I tried this both with 0.9.1 and 0.9.2rc ` System.TypeInitializationException: The type initializer for 'RdKafka.Internal.LibRdKafka'...

Hi there I notice when there is different cases on the headers, the parsing will fail. For example replace `RowReaderFixtures.testReader` line ```"Str".read[String],``` with this line ```"str".read[String],``` and you will have...