Sergi Almacellas Abellana

Results 119 comments of Sergi Almacellas Abellana

It seems that PapaParse is not detecting your stream as a readable so it uses the FileAPI from browser which is not available on Node. This condition is failing: https://github.com/mholt/PapaParse/blob/master/papaparse.js#L237...

So this may be something related to Windows only. Sorry but as I linux user I can not reproduce. Did you know if it's specific to some node versions? Can...

@dboskovic on #370 we added support for Node Streams, which for me seems equivalent as a Node Buffer

@PresBAW have a look at #494 and please open a new issue if the topic is not related

I've seen the build is failing when extracting the evince code with the following error: `evince-45.0/data/icons/hicolor: Can't create 'evince-45.0/data/icons/hicolor': File name too long` I also had the same error in...

Thanks MehdiChinoune! I kindly appreciate your fast feedback here. It allowed to fix the build in just one hour. You made my day :partying_face:

Do I need to do something to make the PR move forward?

Per definition, a delimiter is compased by only one char. I don't see any use case about having multiple delimiters. Could you specify one?

Wow, this sounds like a very good addition for Papaparse. Is this supported on all major browsers? I can not found the feature on caniuse.com I'm wondering if it will...