We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NewBlockReader takes an io.Reader, however when passed os.Stdin with a carv2 payload, the call to new will error with "seek /dev/stdin: illegal seek"
NewBlockReader
io.Reader
os.Stdin
It's unclear how this is trying to seek on an io.Reader in the first place.
The text was updated successfully, but these errors were encountered:
Oops, that sounds like at least an oversight.
Sorry, something went wrong.
car root
No branches or pull requests
NewBlockReader
takes anio.Reader
, however when passedos.Stdin
with a carv2 payload, the call to new will error with "seek /dev/stdin: illegal seek"It's unclear how this is trying to seek on an
io.Reader
in the first place.The text was updated successfully, but these errors were encountered: