Roman Cheplyaka

Results 36 issues of Roman Cheplyaka
trafficstars

I was reading the code of `lines` in connection to #3 and noticed that it only cares about `\n`s. I call `lines` on the result of `getContents`, which requires binary...

If I'm reading this right, functions like `tableTypes` and `readTableOpt` expect uncompressed text files. What if I have a `.csv.gz` or `.csv.xz`?

I wanted to do Bayesian classification with HLearn, but it is no longer here. I found #59 which gives a bit of background, but it doesn't solve my problem :)...

I use the following modification of `#type` in my project: ``` #define hsc_ctype(t...) \ if ((t)(int)(t)1.4 == (t)1.4) \ hsc_printf ("%s%lu", \ (t)(-1) < (t)0 ? "Int" : "Word", \...

Hi Mario, thank you for this nice library. I've gotten some good use out of it. This small PR fixes an issue I ran into when interacting with Lichess API...