Dennis

Results 3 issues of Dennis

It seems related to https://github.com/SeeSharpSoft/intellij-csv-validator/issues/73, but I can't find a setting. For me the plugin always uses the first row as header but it contains data in my case. #...

consulting

I don't understand why the following doesn't use `Files.getFileStore(this.file.toPath())`. This retrieves the overlay correctly but the current implementation doesn't, which prevents the creation of a persisted chronicle map. https://github.com/OpenHFT/Chronicle-Map/blob/79e6e29ebe15a7a72302310738298ac8fabec840/src/main/java/net/openhft/chronicle/hash/impl/VanillaChronicleHash.java#L1100-L1113

## Plugin config ``` id 'io.freefair.lombok' version '8.10' id 'org.openapi.generator' version '7.8.0' ``` ## Error message ``` Reason: Task ':app:generateEffectiveLombokConfig' uses this output of task ':app:openApiGenerate' without declaring an explicit...