Tomáš Drvoštěp

Results 46 comments of Tomáš Drvoštěp

I'm not sure, but it is called by both `Parsers.tryparse` and `Parsers.parse`, which are public

Ah, sorry. I've sent you an invite

I'll make a release after I merge some of the PRs I have in the works 👍

That argument is exactly why in ChunkedCSV.jl we don't "jump and recover" even though I still think that is the most performant strategy. Ideally, the user gets to choose which...

@JeffBezanson I'll note that the solution is not always as easy to implement as removing the redundant type param, take these examples: ```julia julia> using Test julia> module Unbound f(args::T...)...