Nicolas Rinaudo

Results 52 comments of Nicolas Rinaudo

Is that a duplicate of #104 or am I missing some subtle distinction?

Before I get too deep into understanding what this does and how, can you explain how it improves on the existing support? ```scala import kantan.csv._ import kantan.csv.ops._ // For readability...

On second read, this sounded combative but I really didn’t mean it to. I’m working under the assumption that your proposed modifications add support for optional cells in a different...

Ah, got it. What we support is optional cells, but you’re working towards optional columns - including the header. That’s what I’d missed.

This should hit maven central in a few hours. Sorry, I completely forgot about that PR!

That sounds great! I think the `Ordering` type class would be overkill: - painful if it's "just" to specify a different way of comparing strings - requires a fair amount...

I was under the impression that the iterator-like `CsvReader` was basically all you needed and plugging that into a stream was essentially a one liner. Was that incorrect?

I'm so very sorry - I *had* answered this the day you posted it, but apparently I had no coverage and never realised my answer never actually got posted. I...

I'd be happy to support scala.js 1.0.0 (and drop support for 0.6, probably), but is that even published? I thought only RC versions were out and the 1.0.0 was still...

I wasn't aware of that, thanks. I'll get on it as soon as I find some time.