Sergi Almacellas Abellana

Results 119 comments of Sergi Almacellas Abellana

I do not think we should drop support fort commonjs. IIUC we can support it without too much effort and I do not see any improvement by droping it's support....

Currently the typescript defintions are managed here https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse So you should update them there. See #545

@PooSham Thanks for the explanation. I will reopen the issue. I think this should be part of a new major release to allow users continue using the current version. I...

Could you please describe the issue, which is the problem and which regular expression is causing it? Sincerly, I've try to read both links but this sems like an automatic...

@kcrawfordus thanks for your snipet. It will be great if you can provide a PR to include it as part of papaParse docs

@custompro12 not from my side but I will be happy to review a PR that ads support for it

Which is the current output and the expected output? Which PapaConfiguration are you using? It will be great if you can provide a test case to reproduce the issue.

It's strange as the minified version was updated on our release process: https://github.com/mholt/PapaParse/commit/5747da6c9927642743d6d44d49689be2d2fa0b10

Hi @bdearborn, Currently there is no plan to add support for Deno. A first step will be testing papaParse on Deno to see if we need to adapt some part...

I've recently implemented added github actions on our master branch. Here is a document explaining how to add deno support for them: https://dev.to/craigmorten/github-actions-with-deno-5fnd I think the first step should be...