Hello! I'm trying to parse a buffered file, but ``` skipchars(isspace, BufferedInputStream(IOBuffer(" test"))) ``` yields ```ERROR: ArgumentError: n must be non-negative in skip(::BufferedInputStream, n)``` due to https://github.com/BioJulia/BufferedStreams.jl/blob/b85ff82efcd95d3a4d72a4021f0833b579554bec/src/bufferedinputstream.jl#L126 which is different from [Julia/base/iobuffer.jl](https://github.com/JuliaLang/julia/blob/dc3056bebfc661e658f7e97913ccceda2737cb8c/base/iobuffer.jl#L235)
Hello!
I'm trying to parse a buffered file, but
yields
ERROR: ArgumentError: n must be non-negative in skip(::BufferedInputStream, n)due tohttps://github.com/BioJulia/BufferedStreams.jl/blob/b85ff82efcd95d3a4d72a4021f0833b579554bec/src/bufferedinputstream.jl#L126 which is different from Julia/base/iobuffer.jl