Jacob Quinn

Results 559 comments of Jacob Quinn

Thanks for bringing this up; I regenerated the repo settings so hopefully it will be fixed in the next release.

Pretty good AI-generated report of what would be required to support JSON5: ``` JSON5 Support Report Notable JSON5 Differences - JSON5 treats // single-line comments, /* … */ block comments,...

Is `string_view` different than the new Utf8View that we support (added here: https://github.com/apache/arrow-julia/pull/512/files#diff-bdc4e5cd6aa22fdc5e659e805b70c4763308be9f41128c42db5eeb3c13ed8631)?

There has been interest generally to move MbedTLS and HTTP.jl as stdlibs, where it would be much easier to support this w/o having to take on extra dependencies.

I've added an example to the `CSV.File`/`CSV.Rows` docs on how to do this very simply (i.e. `CSV.File(HTTP.get(url).body)`), and if HTTP.jl ever becomes a stdlib, we can for sure support it...

I think if someone was up for it, the best path forward would be to use the Downloads stdlib. This would involve modifying the `getbytebuffer` function in the utils.jl file...

It's not entirely clear what you're proposing be changed; in the example you provided, it seems to me just as likely that the format is american where there are 2...

Can either of you try on latest main branch? We just merged a related fix.

I'm in favor!

This currently is working as designed. There is no explicit control over forcing numbers to be parsed as int/float, but with `allownan`, it is currently assumed that since you'll be...