Chuck Cassel

Results 3 issues of Chuck Cassel

Adds a `LinesToSkip` parameter to `CsvFileDescription` in order to skip extraneous lines at the beginning of a file or stream as proposed in #34

This attempts to replace beholder with a `java.nio.file.WatchService` implementation to address the issues described in #7. I've kicked the tires on Windows and Linux aarch64, unable to test on Mac.

The default behaviors of https://github.com/nextjournal/beholder and https://github.com/gmethvin/directory-watcher cause watched folders to register watches on all subfolders recursively, and 'watching' a folder reads and hashes every file within it at startup...

enhancement
help wanted