Keyang Xiang

Results 18 comments of Keyang Xiang

this is odd..I cannot reproduce this. Could you please paste some sample data that has this issue? Regards, Keyang

@jeremyrajan Thanks. Bluebird was used because it was fastest promise implementation (faster than native promise) at the time, especially for node 6. If we want to drop Bluebird we probably...

Hi, You need use another module like `iconv` for encoding. #173 is a similar problem. ~Keyang

Hi, What you mean by that? Could you give an example? ~Keyang

I dont have the answer right in my head. are you saying that if you process those urls in sequence it works but if you process them in parallel it...

@MatthewHerbst Yes. for longer term, native promise is preferred. However csvtojson only uses bluebird internally -- I think no API that returns a Promise object. Could you please let me...

You can change the types of columns using built-in column parsers or `checkType` parameter. https://github.com/Keyang/node-csvtojson#built-in-parsers

TF 1.12 works for me. Just replace libtensorflow.dll with that from tf 1.12