Vijay Santhanam
Vijay Santhanam
Love your library, nicely written :) I've used this library a couple of times and found I've need to put some code that involves waiting for readyState === 4. Would...
Hi, I really like this project and have found it useful a few times. As I've been learning nodejs and graphQL it's been a very useful resource for me. I'm...
I've got a bunch of CSVs with no header rows. When I do ``` var dt = DataTable.New.ReadCsv("source-file.csv"); foreach (var row in dt.Rows) { var idAsString = row.Values[0]; } ```...
I like the way this library infers the separator during reads. It'd be great if there were a way to specify separators during writes.
Hi, Just wanted to double check this awesome library is deployable to app store. It's really well written, I use it alot to understand how the runtime works. I didn't...