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
head
I'm interested in rewriting head. The code is only ~200 lines, and I think it can be significantly improved upon.
Here are some relevant issues: #1800 #1799 #1358
As well as more generally: #1358
Objectives: Resolve aforementioned issues, mainly error handling & handling unencoded binary data, and increase performance (e.g. the NLines implementation needlessly uses a vector)
The text was updated successfully, but these errors were encountered:
With pleasure! As ride along, don't hesitate to port it to clap
Sorry, something went wrong.
Will do :)
Could you maybe also implement #1822 ? 😄
Sure!
No branches or pull requests
I'm interested in rewriting head. The code is only ~200 lines, and I think it can be significantly improved upon.
Here are some relevant issues:
#1800
#1799
#1358
As well as more generally:
#1358
Objectives:
Resolve aforementioned issues, mainly error handling & handling unencoded binary data, and increase performance (e.g. the NLines implementation needlessly uses a vector)
The text was updated successfully, but these errors were encountered: