-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Panic when encounters broken pipe #9
Comments
Thanks for reporting this issue! I actually think I've run into this same error in my vim setup. I'll try to look into this, but would definitely appreciate any help on solving this! I assume it is mostly due to the fairly naive way we are interacting with both stdin and stdout |
Bug Report copied from BurntSushi/ripgrep#22 (comment):
|
This actually appears to happen in small directories as well. For example from this project directory even this causes the panic
Edit: While this does fail, I realized piping to |
Being Fixed in #36 |
Reworks some of this code, makes some Structs and a Trait Also fixed #9 along the way! Just needed to not use the `println` macro anymore
Hi,
I am getting a panic with large directories when using a fzf.
Steps to reproduce:
Please take a look a this response: BurntSushi/ripgrep#22 (comment)
The text was updated successfully, but these errors were encountered: