kevin-montrose
kevin-montrose
Gonna tell me which test fails?
I've still got a few more rough edges I want to sand off, then I'll probably just close this and submit a new PR w/o history. Want to chat about...
Cesil remains pre-release and subject to considerable reworking, but as of [the latest pre-1.0 NuGet package](https://www.nuget.org/packages/Cesil/0.3.0)... > 1. Provide an option for discarding un-mapped columns. The csv file I am...
Oh, and I've got some "real" benchmarks (previously I had a crazy one that could only ever run on my personal machine) in the repo now - so Cesil may...
My first take, lean in on the ["Delimiter Separated Value"](https://en.wikipedia.org/wiki/Delimiter-separated_values#:~:text=Formats%20that%20use%20delimiter%2Dseparated,data%20in%20a%20delimited%20format.)-ness of the library, and just go with **Desil**.
Primary repo is renamed, with actions and settings updated appropriately. Not finding much on how to remove the `master` branch from [the Wiki](https://github.com/kevin-montrose/Cesil/wiki)... Leaving this open until I figure that...
@fjmorel iiiinteresting - the thought had crossed my mind but I couldn't dig up a concrete example. Is it possible for you to share more details (like, the subject matter...
Ah, thanks for pointing that out - I've fixed the links in the issue. That's a pretty concrete example, a second thanks for sharing it. I'll proof out making [`Options.ValueSeparator`](https://kevin-montrose.github.io/Cesil/api/Cesil.Options.html#Cesil_Options_ValueSeparator)...
The full change is ready in #12 now.
> 1. Isn't this missing the cancellationtoken and if yes, you probably need that special attribute [EnumeratorCancellation]? This is kind of a tricky bit of async enumerators, but I believe...