Matti Bickel

Results 4 comments of Matti Bickel

Does this also happen without the `--json` option set? I'm looking at the code, but the loop's pretty solid and hasn't changed in months. I'm a bit irritated why this...

I've just tried 0.786 and I still have the following: ``` ───── myproject-model:compile Skipping nonexistent source directory ./src/main/java Skipping nonexistent source directory ./src/main/resources INC - Incremental builds are turned off,...

While I'd love to use the DAO framework, I then need to extend my classes to produce a serialization proxy (in effect, the data classes sdeleuze is using) for Jackson...

@aleSuglia The reason this isn't simple is basically because the `MappedByteBuffer` [structures](http://docs.oracle.com/javase/8/docs/api/java/nio/MappedByteBuffer.html) the underlying reader uses as "windows" into the mapped file are stateful as @wanggaohang mentioned. The only way...