Nikolai Guyot

Results 4 issues of Nikolai Guyot

## Is your feature request related to a problem? It is currently possible to create an invalid `CSVWriter.Configuration` by supplying `nil` as a field- or row-delimiter. `nil` means "infer the...

enhancement

## Description Adds the ability to automatically infer the CSV file's field delimiter. To use field delimiter detection, specify `nil` for the field delimiter when configuring `CSVReader`: ```swift let configuration...

## Is your feature request related to a problem? When using CodableCSV to load user-provided CSV files, one currently needs to ask the user which field delimiter is used in...

enhancement

Results of research looking at setup-* GH actions for Node, Python, Java and Go: - Their *-version parameter usually supports SemVer version range syntax and is usually optional (except for...